UpdateSubscriptionDto
planCodestring
New plan code to switch to
Possible values: [free, basic, pro, enterprise]
Example:
probillingIntervalstring
Період оплати — month або year
Possible values: [month, year]
Example:
monthcancelAtPeriodEndboolean
Cancel subscription at period end
Example:
falseUpdateSubscriptionDto
{
"planCode": "pro",
"billingInterval": "month",
"cancelAtPeriodEnd": false
}