Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.ShippingRate.FixedAmount{ amount: integer() | nil, currency: String.t() | nil, currency_options: %{ required(String.t()) => Stripe.Resources.ShippingRate.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.