Перейти до основного вмісту

UpdateSmsTopupPackageDto

namestring

Package name

Example: 500 SMS (Прomo)
smsAmountnumber

Number of SMS in package

Example: 500
priceUAHnumber

Price in UAH

Example: 550
priceUSDnumber

Price in USD

Example: 15
availableForPlansstring[]

Available for plans

Example: ["basic","pro","enterprise"]
countrystring

Country code

Example: UA
descriptionstring
badgestring
displayOrdernumber
expiresInDaysnumber

Expire after N days

Example: 90
isActiveboolean
UpdateSmsTopupPackageDto
{
"name": "500 SMS (Прomo)",
"smsAmount": 500,
"priceUAH": 550,
"priceUSD": 15,
"availableForPlans": [
"basic",
"pro",
"enterprise"
],
"country": "UA",
"description": "string",
"badge": "string",
"displayOrder": 0,
"expiresInDays": 90,
"isActive": true
}