Stripe.Params.AccountUpdateParams.BusinessProfile.MonthlyEstimatedRevenue
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.AccountUpdateParams.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.