Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Treasury.Transaction.FlowDetails{ credit_reversal: Stripe.Resources.Treasury.CreditReversal.t() | nil, debit_reversal: Stripe.Resources.Treasury.DebitReversal.t() | nil, inbound_transfer: Stripe.Resources.Treasury.InboundTransfer.t() | nil, issuing_authorization: Stripe.Resources.Issuing.Authorization.t() | nil, outbound_payment: Stripe.Resources.Treasury.OutboundPayment.t() | nil, outbound_transfer: Stripe.Resources.Treasury.OutboundTransfer.t() | nil, received_credit: Stripe.Resources.Treasury.ReceivedCredit.t() | nil, received_debit: Stripe.Resources.Treasury.ReceivedDebit.t() | nil, type: String.t() | nil }
credit_reversaldebit_reversalinbound_transferissuing_authorizationoutbound_paymentoutbound_transferreceived_creditreceived_debittype- Type of the flow that created the Transaction. Set to the same value asflow_type. Possible values:credit_reversal,debit_reversal,inbound_transfer,issuing_authorization,other,outbound_payment,outbound_transfer,received_credit,received_debit.