# portal\_features

From **Stripe API**.

- Type: `object`

## Properties

### `customer_update`

- Required: true
- Type: `object`

### `invoice_history`

- Required: true
- Type: `object`

### `payment_method_update`

- Required: true
- Type: `object`

### `subscription_cancel`

- Required: true
- Type: `object`

### `subscription_pause`

- Required: true
- Type: `object`

### `subscription_update`

- Required: true
- Type: `object`

## JSON Schema

```json
{"properties":{"customer_update":{"$ref":"#/components/schemas/portal_customer_update"},"invoice_history":{"$ref":"#/components/schemas/portal_invoice_list"},"payment_method_update":{"$ref":"#/components/schemas/portal_payment_method_update"},"subscription_cancel":{"$ref":"#/components/schemas/portal_subscription_cancel"},"subscription_pause":{"$ref":"#/components/schemas/portal_subscription_pause"},"subscription_update":{"$ref":"#/components/schemas/portal_subscription_update"}},"required":["customer_update","invoice_history","payment_method_update","subscription_cancel","subscription_pause","subscription_update"],"title":"PortalFeatures","type":"object","x-expandableFields":["customer_update","invoice_history","payment_method_update","subscription_cancel","subscription_pause","subscription_update"]}
```
