Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 3.17 KB

File metadata and controls

15 lines (11 loc) · 3.17 KB

PendingSubscriptionUpdate

Pending update to be applied to a subscription at the beginning of the next period.

Fields

Field Type Required Description
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The ID of the object.
applies_at date ✔️ The date and time when the subscription update will be applied.
product_id Nullable[str] ✔️ ID of the new product to apply to the subscription. If null, the product won't be changed.
seats Nullable[int] ✔️ Number of seats to apply to the subscription. If null, the number of seats won't be changed.