UpdatePlanDto
namestring
descriptionstring
pricenumber
yearlyPriceobject
Ціна за рік
billingIntervalstring
Possible values: [month, year]
limitsobject
featuresobject
trialEnabledboolean
Чи пропонується trial
trialDaysnumber
isActiveboolean
sortOrdernumber
isPopularboolean
UpdatePlanDto
{
"name": "string",
"description": "string",
"price": 0,
"yearlyPrice": {},
"billingInterval": "month",
"limits": {},
"features": {},
"trialEnabled": true,
"trialDays": 0,
"isActive": true,
"sortOrder": 0,
"isPopular": true
}