S76 Stripe v0.1.6 Stripe.BalanceTransaction View Source
The Stripe Balance Transaction object.
See https://stripe.com/docs/api/curl#balance for further details.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Stripe.BalanceTransaction{
amount: Decimal.t(),
available_on: DateTime.t(),
created: DateTime.t(),
currency: Stripe.currency_code(),
description: String.t(),
fee: Decimal.t(),
id: nil | String.t(),
net: Decimal.t(),
source: nil | String.t(),
status: :available | :pending,
type:
:adjustment
| :application_fee
| :application_fee_refund
| :charge
| :payment
| :payment_failure_refund
| :payment_refund
| :refund
| :transfer
| :transfer_refund
| :payout
| :payout_cancel
| :payout_failure
| :validation
| :stripe_fee
}