Advertisement
Guest User

Untitled

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