PendingSubscriptionUpdate
March 26, 2026 ยท View on GitHub
Pending update to be applied to a subscription at the beginning of the next period.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
created_at | date | :heavy_check_mark: | Creation timestamp of the object. |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. |
id | str | :heavy_check_mark: | The ID of the object. |
applies_at | date | :heavy_check_mark: | The date and time when the subscription update will be applied. |
product_id | Nullable[str] | :heavy_check_mark: | ID of the new product to apply to the subscription. If null, the product won't be changed. |
seats | Nullable[int] | :heavy_check_mark: | Number of seats to apply to the subscription. If null, the number of seats won't be changed. |