Terms

The Terms object represents the billing terms for a subscription within the Marketplace. This object contains the following fields:

Field
Type
Description

model

string

The billing model for the subscription. Possible values include one-time, usage, and quantity.

period

string

The billing period applicable to the subscription. Possible values include 1m, 1y, or one-time.

  • 1m - indicates monthly billing.

  • 1y - indicates annual billing.

  • one-time - indicates a one-time purchase.

commitment

string

The commitment or renewal period for the subscription.

  • <N>m - N months commitment

  • <N>y - N years commitment

Example

{
  "model": "quantity",
  "period": "1m",
  "commitment": "1y"
}

Last updated

Was this helpful?