UpdateSubscriptionDto
planCodestring
New plan code to switch to
Possible values: [free, basic, pro, enterprise]
Example:
proindustrystring
Індустрія цільового плану (для переключення). Без вказівки → BEAUTY.
Possible values: [beauty, auto_service, fitness, equestrian, legal, medical, education, other]
Example:
beautybillingIntervalstring
Період оплати — month або year
Possible values: [month, year]
Example:
monthcancelAtPeriodEndboolean
Cancel subscription at period end
Example:
falseUpdateSubscriptionDto
{
"planCode": "pro",
"industry": "beauty",
"billingInterval": "month",
"cancelAtPeriodEnd": false
}