CreateCheckoutSessionRequest
planTypestringrequired
Possible values: non-empty
billingCyclestringrequired
Possible values: non-empty, Value must match regular expression ^(MONTHLY|YEARLY)$
addonPackIdsstring[]
idempotencyKeystring
CreateCheckoutSessionRequest
{
"planType": "string",
"billingCycle": "string",
"addonPackIds": [
"string"
],
"idempotencyKey": "string"
}