# coupon\_applies\_to

From **Stripe API**.

- Type: `object`

## Properties

### `products`

- Required: true
- Type: `array`

A list of product IDs this coupon applies to

## JSON Schema

```json
{"properties":{"products":{"description":"A list of product IDs this coupon applies to","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["products"],"title":"CouponAppliesTo","type":"object","x-expandableFields":[]}
```
