# payment\_pages\_checkout\_session\_phone\_number\_collection

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Indicates whether phone number collection is enabled for the session

## JSON Schema

```json
{"properties":{"enabled":{"description":"Indicates whether phone number collection is enabled for the session","type":"boolean"}},"required":["enabled"],"title":"PaymentPagesCheckoutSessionPhoneNumberCollection","type":"object","x-expandableFields":[]}
```
