Nested struct within the parent resource.
Summary
Types
@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