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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Coupon.AppliesTo{products: [String.t()] | nil}
```

* `products` - A list of product IDs this coupon applies to

---

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