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

Nested parameters.

# `t`

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

* `products` - An array of Product IDs that this Coupon will apply to.

---

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