Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentRecord.AmountAuthorized{ currency: String.t() | nil, value: integer() | nil }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.value- A positive integer representing the amount in the currency's minor unit. For example,100can represent 1 USD or 100 JPY.