Subscription
The Subscription object represents a collection of product items within the agreement.
All items are connected to one product, one vendor, and one client (same as the agreement) and have a common billing frequency and commitment terms.
This object contains the following attributes:
id
string
(Read-only) The identifier for the subscription.
status
string
The key status of the object. Allowed values are:
ActiveUpdatingTerminatingTerminated
name
string
The name of the subscription.
startDate
string
(Optional) The start date of the subscription.
commitmentDate
string
(Optional) The date when the subscription commitment ends and must be renewed.
terminationDate
string
(Optional) The date by which the subscription must be terminated.
price
object
The price of the subscription.
lines
object
A list of all product items (lines) purchased in the scope of this subscription.
parameters
object
(Optional) Represents the parameters object, which groups separate lists of parameters. Only fulfillment parameters are available in this object.
parameters.fulfillment
object
(Optional) Represents the parameters.fulfillment object that holds a concise definition of a parameter, its value, and any associated errors.
autoRenew
bool
(Optional) A flag that indicates whether the subscription is set to auto‑renew. The vendor can update this field. By default, it is set to true.
Examples
Last updated
Was this helpful?