Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. "PAYMENTS": [
  2.             {
  3.                 "PaymentID": 2,
  4.                 "TimeRestrictionsInfo": {
  5.                     "PeriodOfValidity": {
  6.                         "BeginDate": "2019-04-01T00:00:00.000+03:00",
  7.                         "EndDate": "2019-05-01T00:00:00.000+03:00"
  8.                     }
  9.                 },
  10.                 "AmountInfo": {
  11.                     "Amount": "650"
  12.                 },
  13.                 "Description": "50 поездок",
  14.                 "AddCounterHold": {
  15.                     "CounterValue": "0",
  16.                     "Description": "рублей"
  17.                 }
  18.             },
  19.             {
  20.                 "PaymentID": 3,
  21.                 "TimeRestrictionsInfo": {
  22.                     "PeriodOfValidity": {
  23.                         "BeginDate": "2019-04-01T00:00:00.000+03:00",
  24.                         "EndDate": "2019-05-01T00:00:00.000+03:00"
  25.                     }
  26.                 },
  27.                 "AmountInfo": {
  28.                     "Amount": "900"
  29.                 },
  30.                 "Description": "75 поездок",
  31.                 "AddCounterHold": {
  32.                     "CounterValue": "0",
  33.                     "Description": "рублей"
  34.                 }
  35.             }
  36.         ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement