3.4 KiB
3.4 KiB
PreviewUpdateItem
Fields
| Field | Type | Required | Description |
|---|---|---|---|
feature_id |
str | ✔️ | The ID of the feature to configure. |
included |
Optional[float] | ➖ | Number of free units included. Balance resets to this each interval for consumable features. |
unlimited |
Optional[bool] | ➖ | If true, customer has unlimited access to this feature. |
reset |
Optional[models.PreviewUpdateReset] | ➖ | Reset configuration for consumable features. Omit for non-consumable features like seats. |
price |
Optional[models.PreviewUpdateItemPrice] | ➖ | Pricing for usage beyond included units. Omit for free features. |
proration |
Optional[models.PreviewUpdateProration] | ➖ | Proration settings for prepaid features. Controls mid-cycle quantity change billing. |
rollover |
Optional[models.PreviewUpdateRollover] | ➖ | Rollover config for unused units. If set, unused included units carry over. |