Stripe.Params.PromotionCodeUpdateParams.Restrictions (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PromotionCodeUpdateParams.Restrictions{
  currency_options:
    %{
      required(String.t()) =>
        Stripe.Params.PromotionCodeUpdateParams.Restrictions.CurrencyOptions.t()
    }
    | nil
}