PendingSubscriptionUpdate
Pending update to be applied to a subscription at the beginning of the next period.
Summary
Types
@type t() :: %PolarExpress.Schemas.PendingSubscriptionUpdate{ applies_at: term(), created_at: term(), id: term(), modified_at: term(), product_id: term(), seats: term() }
applies_at- The date and time when the subscription update will be applied. Format: date-time.created_at- Creation timestamp of the object. Format: date-time.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.product_id- ID of the new product to apply to the subscription. Ifnull, the product won't be changed. Nullable.seats- Number of seats to apply to the subscription. Ifnull, the number of seats won't be changed. Nullable.