Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. {
  2.   "type": "Main",
  3.     "extra_info": {
  4.     },
  5.     "blocks":[
  6.     {
  7.       "type": "greeting",
  8.       "data": {
  9.         "title": "Доброе утро,\\n Игорь"
  10.       }
  11.     },
  12.     {
  13.       "type": "resources",
  14.       "data": {
  15.         "is_exchange_tariff": false,
  16.         "resources": [
  17.           {
  18.             "title": "Ночной тариф",
  19.             "tariff_type": "internet",
  20.             "amount_total": 25.5,
  21.             "amount_used": 12.3,
  22.             "unit": "gb"
  23.           },
  24.           {
  25.             "title": "Внутри сети",
  26.             "tariff_type": "voice",
  27.             "amount_total": 500,
  28.             "amount_used": 40.1,
  29.             "unit": "minutes"
  30.           },
  31.           {
  32.             "title": "Вне сети",
  33.             "tariff_type": "voice",
  34.             "amount_total": 40,
  35.             "amount_used": 0,
  36.             "unit": "gb"
  37.           },
  38.           {
  39.             "title": "Сообщения",
  40.             "tariff_type": "sms",
  41.             "amount_total": 500,
  42.             "amount_used": 3,
  43.             "unit": "sms"
  44.           }
  45.         ]
  46.       }
  47.     }
  48.   ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement