Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Balance.Pending{ amount: integer() | nil, currency: String.t() | nil, source_types: Stripe.Resources.Balance.Pending.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