StripeElixir.Params.ShippingRateCreateParams.FixedAmount (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.ShippingRateCreateParams.FixedAmount{
  amount: integer() | nil,
  currency: String.t() | nil,
  currency_options: map() | nil
}