For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Field
Type
Description

id

string

(Read-only) The identifier for the subscription.

status

string

The key status of the object. Allowed values are:

  • Active

  • Updating

  • Terminating

  • Terminated

name

string

The name of the subscription.

agreement

object

(Read-only) Represents the agreement that contains the subscription.

product

object

(Read-only) Represents the product object.

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.

terms

object

(Read-only) Represents the term object containing the billing terms of the subscription.

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.

audit

object

(Read-only) Represents the audit object.

externalIDs

object

(Optional) Represents the externalIDs object containing a set of IDs.

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?