# `Stripe.Params.PromotionCodeCreateParams.Restrictions.CurrencyOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/promotion_code_create_params.ex#L81)

Nested parameters.

# `t`

```elixir
@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).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
