Create a schedule
Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
Response
Successful response.
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.
ID of the account who owns the subscription schedule.
Behavior of the subscription schedule and underlying subscription when it ends. Possible values are release or cancel with the default being release. release will end the subscription schedule and keep the underlying subscription running. cancel will end the subscription schedule and cancel the underlying subscription.
Unique identifier for the object.
If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
Set of key-value pairs 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.
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.