50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"default_tariff": "standard",
|
|
"topup_packages_default": {
|
|
"rub": [
|
|
{ "gb": 10, "price": 99 },
|
|
{ "gb": 50, "price": 399 },
|
|
{ "gb": 200, "price": 1299 }
|
|
],
|
|
"stars": [
|
|
{ "gb": 10, "price": 2500 }
|
|
]
|
|
},
|
|
"tariffs": [
|
|
{
|
|
"key": "standard",
|
|
"names": { "ru": "Стандарт", "en": "Standard" },
|
|
"descriptions": { "ru": "Базовый набор серверов", "en": "Base server pool" },
|
|
"squad_uuids": ["uuid-1", "uuid-2"],
|
|
"billing_model": "period",
|
|
"monthly_gb": 500,
|
|
"prices_rub": { "1": 150, "3": 400, "6": 750, "12": 1400 },
|
|
"prices_stars": { "1": 0, "3": 0, "6": 0, "12": 0 },
|
|
"enabled_periods": [1, 3, 6, 12],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "traffic_basic",
|
|
"names": { "ru": "Гигабайты", "en": "Gigabytes" },
|
|
"descriptions": {
|
|
"ru": "Пакеты трафика без ограничения по времени",
|
|
"en": "Traffic packages with no time limit"
|
|
},
|
|
"squad_uuids": ["uuid-1", "uuid-2"],
|
|
"billing_model": "traffic",
|
|
"conversion_rate_rub_per_gb": 20,
|
|
"traffic_packages": {
|
|
"rub": [
|
|
{ "gb": 10, "price": 199 },
|
|
{ "gb": 50, "price": 799 },
|
|
{ "gb": 200, "price": 1999 }
|
|
],
|
|
"stars": [
|
|
{ "gb": 10, "price": 2500 }
|
|
]
|
|
},
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|