Stripe.Resources.ShippingRate.FixedAmount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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
}