# portal\_subscription\_cancellation\_reason

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Whether the feature is enabled.

### `options`

- Required: true
- Type: `array`

Which cancellation reasons will be given as options to the customer.

## JSON Schema

```json
{"properties":{"enabled":{"description":"Whether the feature is enabled.","type":"boolean"},"options":{"description":"Which cancellation reasons will be given as options to the customer.","items":{"enum":["customer_service","low_quality","missing_features","other","switched_service","too_complex","too_expensive","unused"],"type":"string"},"type":"array"}},"required":["enabled","options"],"title":"PortalSubscriptionCancellationReason","type":"object","x-expandableFields":[]}
```
