Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount{ currency: String.t() | nil, value: integer() | nil }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency.value- A non-negative integer representing how much to charge in the smallest currency unit.