# payment\_pages\_checkout\_session\_consent

From **Stripe API**.

- Type: `object`

## Properties

### `promotions`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"opt_in"`, `"opt_out"`

If `opt_in`, the customer consents to receiving promotional communications
from the merchant about this Checkout Session.

## JSON Schema

```json
{"properties":{"promotions":{"description":"If `opt_in`, the customer consents to receiving promotional communications\nfrom the merchant about this Checkout Session.","enum":["opt_in","opt_out"],"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionConsent","type":"object","x-expandableFields":[]}
```
