Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "status": 200,
  3.     "data": {
  4.         "invoice": {
  5.             "statusCode": "SUCCESS",
  6.             "data": [
  7.                 {
  8.                     "receipt": {
  9.                         "city": "Budapest",
  10.                         "howLongFrom": "2019.02.01 08:00",
  11.                         "howLongTo": "2019.02.01 08:15",
  12.                         "unlockFee": "10€",
  13.                         "fareTime": "10min",
  14.                         "farePrice": "1€",
  15.                         "breakTime": "5min",
  16.                         "breakPrice": "1€",
  17.                         "fine": "5€",
  18.                         "total": "17€"
  19.                     }
  20.                 }
  21.             ]
  22.         },
  23.         "status_code": "SUCCESS"
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement