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