# `Stripe.Resources.Coupon.CurrencyOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/coupon.ex#L87)

Nested struct within the parent resource.

# `t`

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

* `amount_off` - Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer.

---

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