Stripe.Resources.Balance.InstantAvailable (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Balance.InstantAvailable{
  amount: integer() | nil,
  currency: String.t() | nil,
  net_available:
    [Stripe.Resources.Balance.InstantAvailable.NetAvailable.t()] | nil,
  source_types: Stripe.Resources.Balance.InstantAvailable.SourceTypes.t() | nil
}
  • amount - Balance amount.
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.
  • net_available - Breakdown of balance by destination.
  • source_types