CreateSubscriptionDto
planCodestringrequired
Код тарифного плану
Possible values: [free, basic, pro, enterprise]
Example:
basictrialboolean
true — активувати 14-денний trial (якщо доступний), false — одразу виставити рахунок на оплату
Example:
truebillingIntervalstring
Період оплати — month або year
Possible values: [month, year]
Example:
monthCreateSubscriptionDto
{
"planCode": "basic",
"trial": true,
"billingInterval": "month"
}