Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.FixedAmount
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.FixedAmount{ amount: integer() | nil, currency: String.t() | nil, currency_options: %{ required(String.t()) => Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.FixedAmount.CurrencyOptions.t() } | 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.