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

Subscription Plan Object

Parameter name
Type
Description

id

String

The subscription plan id

created_by

String

The partner ID used for creation of the plan

created_at

Number

The timestamp of the created subscription plan represents the number of seconds that have elapsed since the Unix epoch (January 1, 1970, at 00:00:00 UTC) up to the given time.

amount_currency

String

The currency of the amount charge via subscription plans

amount_value

Number

The amount value charge via subscription plan

code

String

The subscription plan code

name

String

The subscription plan name

free_charge_frequency

Number

The duration which no charge shall occur or “free trial” depends on the recurrence object field

recurrence

Object

Details of the subscription recurrence

recurrence.type

String

The recurrence of the charges in the subscription plan includes weekly, monthly, quarterly, and yearly

Last updated

Was this helpful?