Class Transaction.FlowDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Transaction
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanYou can reverse some ReceivedCredits depending on their network and source flow.You can reverse some ReceivedDebits depending on their network and source flow.Use InboundTransfers to add funds to your FinancialAccount via a PaymentMethod that is owned by you.When an issued card is used to make a purchase, an IssuingAuthorizationobject is created.Use OutboundPayments to send funds to another party's external bank account or FinancialAccount.Use OutboundTransfers to transfer funds from a FinancialAccount to a PaymentMethod belonging to the same entity.ReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire).ReceivedDebits represent funds pulled from a FinancialAccount.getType()Type of the flow that created the Transaction.inthashCode()voidsetCreditReversal(CreditReversal creditReversal) You can reverse some ReceivedCredits depending on their network and source flow.voidsetDebitReversal(DebitReversal debitReversal) You can reverse some ReceivedDebits depending on their network and source flow.voidsetInboundTransfer(InboundTransfer inboundTransfer) Use InboundTransfers to add funds to your FinancialAccount via a PaymentMethod that is owned by you.voidsetIssuingAuthorization(Authorization issuingAuthorization) When an issued card is used to make a purchase, an IssuingAuthorizationobject is created.voidsetOutboundPayment(OutboundPayment outboundPayment) Use OutboundPayments to send funds to another party's external bank account or FinancialAccount.voidsetOutboundTransfer(OutboundTransfer outboundTransfer) Use OutboundTransfers to transfer funds from a FinancialAccount to a PaymentMethod belonging to the same entity.voidsetReceivedCredit(ReceivedCredit receivedCredit) ReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire).voidsetReceivedDebit(ReceivedDebit receivedDebit) ReceivedDebits represent funds pulled from a FinancialAccount.voidType of the flow that created the Transaction.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
FlowDetailspublic FlowDetails()
 
- 
- 
Method Details- 
getCreditReversalYou can reverse some ReceivedCredits depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.
- 
getDebitReversalYou can reverse some ReceivedDebits depending on their network and source flow. Reversing a ReceivedDebit leads to the creation of a new object known as a DebitReversal.
- 
getInboundTransferUse InboundTransfers to add funds to your FinancialAccount via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.Related guide: Moving money with Treasury using InboundTransfer objects 
- 
getIssuingAuthorizationWhen an issued card is used to make a purchase, an IssuingAuthorizationobject is created. Authorizations must be approved for the purchase to be completed successfully.Related guide: Issued card authorizations 
- 
getOutboundPaymentUse OutboundPayments to send funds to another party's external bank account or FinancialAccount. To send money to an account belonging to the same user, use an OutboundTransfer.Simulate OutboundPayment state changes with the /v1/test_helpers/treasury/outbound_paymentsendpoints. These methods can only be called on test mode objects.Related guide: Moving money with Treasury using OutboundPayment objects 
- 
getOutboundTransferUse OutboundTransfers to transfer funds from a FinancialAccount to a PaymentMethod belonging to the same entity. To send funds to a different party, use OutboundPayments instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.Simulate OutboundTransfer state changes with the /v1/test_helpers/treasury/outbound_transfersendpoints. These methods can only be called on test mode objects.Related guide: Moving money with Treasury using OutboundTransfer objects 
- 
getReceivedCreditReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.
- 
getReceivedDebitReceivedDebits represent funds pulled from a FinancialAccount. These are not initiated from the FinancialAccount.
- 
getTypeType of the flow that created the Transaction. Set to the same value asflow_type.One of credit_reversal,debit_reversal,inbound_transfer,issuing_authorization,other,outbound_payment,outbound_transfer,received_credit, orreceived_debit.
- 
setCreditReversalYou can reverse some ReceivedCredits depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.
- 
setDebitReversalYou can reverse some ReceivedDebits depending on their network and source flow. Reversing a ReceivedDebit leads to the creation of a new object known as a DebitReversal.
- 
setInboundTransferUse InboundTransfers to add funds to your FinancialAccount via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.Related guide: Moving money with Treasury using InboundTransfer objects 
- 
setIssuingAuthorizationWhen an issued card is used to make a purchase, an IssuingAuthorizationobject is created. Authorizations must be approved for the purchase to be completed successfully.Related guide: Issued card authorizations 
- 
setOutboundPaymentUse OutboundPayments to send funds to another party's external bank account or FinancialAccount. To send money to an account belonging to the same user, use an OutboundTransfer.Simulate OutboundPayment state changes with the /v1/test_helpers/treasury/outbound_paymentsendpoints. These methods can only be called on test mode objects.Related guide: Moving money with Treasury using OutboundPayment objects 
- 
setOutboundTransferUse OutboundTransfers to transfer funds from a FinancialAccount to a PaymentMethod belonging to the same entity. To send funds to a different party, use OutboundPayments instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.Simulate OutboundTransfer state changes with the /v1/test_helpers/treasury/outbound_transfersendpoints. These methods can only be called on test mode objects.Related guide: Moving money with Treasury using OutboundTransfer objects 
- 
setReceivedCreditReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.
- 
setReceivedDebitReceivedDebits represent funds pulled from a FinancialAccount. These are not initiated from the FinancialAccount.
- 
setTypeType of the flow that created the Transaction. Set to the same value asflow_type.One of credit_reversal,debit_reversal,inbound_transfer,issuing_authorization,other,outbound_payment,outbound_transfer,received_credit, orreceived_debit.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-