Stripe.Resources.PaymentAttemptRecord.AmountAuthorized
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentAttemptRecord.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.