StripeElixir.Params.ShippingRateCreateParams.FixedAmount
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.ShippingRateCreateParams.FixedAmount{ amount: integer() | nil, currency: String.t() | nil, currency_options: map() | nil }
amount- A non-negative integer in cents representing how much to charge.currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.currency_options- Shipping rates defined in each available currency option. Each key must be a three-letter ISO currency code and a supported currency.