Terms

The Terms object represents billing terms for subscriptions.

Field
Type
Description

period

string

The billing period for the subscription.

  • 1m - monthly billing

  • 1y - annual billing

  • one-time - one time purchase

commitment

string

The commitment period (renewal period) for the subscription.

  • <N>m - N months commitment

  • <N>y - N years commitment

Example

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

Last updated

Was this helpful?