Stripe.Params.PromotionCodeCreateParams.Restrictions.CurrencyOptions (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PromotionCodeCreateParams.Restrictions.CurrencyOptions{
  minimum_amount: integer() | nil
}
  • minimum_amount - Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).