# `Stripe.Params.CouponCreateParams.CurrencyOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/coupon_create_params.ex#L64)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.CouponCreateParams.CurrencyOptions{
  amount_off: integer() | nil
}
```

* `amount_off` - A positive integer representing the amount to subtract from an invoice total.

---

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