Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Balance.Available{ amount: integer() | nil, currency: String.t() | nil, source_types: Stripe.Resources.Balance.Available.SourceTypes.t() | nil }
amount- Balance amount.currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.source_types