# portal\_subscription\_pause

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Whether the feature is enabled.

## JSON Schema

```json
{"properties":{"enabled":{"description":"Whether the feature is enabled.","type":"boolean"}},"required":["enabled"],"title":"PortalSubscriptionPause","type":"object","x-expandableFields":[]}
```
