objectsubscription_schedule
A subscription schedule allows you to create and manage the lifecycle of a subscription by predefining expected changes. Related guide: [Subscription Schedules](https://stripe.com/docs/billing/subscriptions/subscription-schedules).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
SubscriptionSchedule
objectA subscription schedule allows you to create and manage the lifecycle of a subscription by predefining expected changes. Related guide: [Subscription Schedules](https://stripe.com/docs/billing/subscriptions/subscription-schedules).
Time at which the subscription schedule was canceled. Measured in seconds since the Unix epoch.
Time at which the subscription schedule was completed. Measured in seconds since the Unix epoch.
Time at which the object was created. Measured in seconds since the Unix epoch.
Object representing the start and end dates for the current phase of the subscription schedule, if it is `active`.
ID of the customer who owns the subscription schedule.
Behavior of the subscription schedule and underlying subscription when it ends. Possible values are `release` and `cancel`.
Unique identifier for the object.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
String representing the object's type. Objects of the same type share the same value.
Configuration for the subscription schedule's phases.
Time at which the subscription schedule was released. Measured in seconds since the Unix epoch.
ID of the subscription once managed by the subscription schedule (if it is released).
The present status of the subscription schedule. Possible values are `not_started`, `active`, `completed`, `released`, and `canceled`. You can read more about the different states in our [behavior guide](https://stripe.com/docs/billing/subscriptions/subscription-schedules).
ID of the subscription managed by the subscription schedule.