Stripe.Resources.Treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails{ credit_reversal: Stripe.Resources.Treasury.CreditReversal.t() | nil, outbound_payment: Stripe.Resources.Treasury.OutboundPayment.t() | nil, outbound_transfer: Stripe.Resources.Treasury.OutboundTransfer.t() | nil, payout: Stripe.Resources.Payout.t() | nil, type: String.t() | nil }
credit_reversaloutbound_paymentoutbound_transferpayouttype- The type of the source flow that originated the ReceivedCredit. Possible values:credit_reversal,other,outbound_payment,outbound_transfer,payout.