TreasuryTransactionsResourceTransaction
Transactions represent changes to a FinancialAccount's balance.
Summary
Types
@type t() :: %Stripe.Resources.Treasury.Transaction{ amount: term(), balance_impact: term(), created: term(), currency: term(), description: term(), entries: term(), financial_account: term(), flow: term(), flow_details: term(), flow_type: term(), id: term(), livemode: term(), object: term(), status: term(), status_transitions: term() }
amount- Amount (in cents) transferred.balance_impact- Expandable.created- Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.description- An arbitrary string attached to the object. Often useful for displaying to users. Max length: 5000.entries- A list of TransactionEntries that are part of this Transaction. This cannot be expanded in any list endpoints. Nullable. Expandable.financial_account- The FinancialAccount associated with this object. Max length: 5000.flow- ID of the flow that created the Transaction. Max length: 5000. Nullable.flow_details- Details of the flow that created the Transaction. Nullable. Expandable.flow_type- Type of the flow that created the Transaction. Possible values:credit_reversal,debit_reversal,inbound_transfer,issuing_authorization,other,outbound_payment,outbound_transfer,received_credit,received_debit.id- Unique identifier for the object. Max length: 5000.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.object- String representing the object's type. Objects of the same type share the same value. Possible values:treasury.transaction.status- Status of the Transaction. Possible values:open,posted,void.status_transitions- Expandable.