# portal\_subscription\_update\_product

From **Stripe API**.

- Type: `object`

## Properties

### `prices`

- Required: true
- Type: `array`

The list of price IDs which, when subscribed to, a subscription can be updated.

### `product`

- Required: true
- Type: `string`
- maxLength: `5000`

The product ID.

## JSON Schema

```json
{"properties":{"prices":{"description":"The list of price IDs which, when subscribed to, a subscription can be updated.","items":{"maxLength":5000,"type":"string"},"type":"array"},"product":{"description":"The product ID.","maxLength":5000,"type":"string"}},"required":["prices","product"],"title":"PortalSubscriptionUpdateProduct","type":"object","x-expandableFields":[]}
```
