Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.05 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "identifier": "Galileo",
  4.     "data_list": [
  5.         {
  6.             "passengerIndex": 0,
  7.             "journeyIndex": 0,
  8.             "amounts": [
  9.                 {
  10.                     "category": "TAX",
  11.                     "totalAmount": 5130
  12.                 },
  13.                 {
  14.                     "category": "FARE",
  15.                     "totalAmount": 19875
  16.                 }
  17.             ],
  18.             "totalAmount": 25005,
  19.             "refundable": true,
  20.             "changable": true,
  21.             "cancellable": true
  22.         },
  23.         {
  24.             "passengerIndex": 1,
  25.             "journeyIndex": 0,
  26.             "amounts": [
  27.                 {
  28.                     "category": "TAX",
  29.                     "totalAmount": 5130
  30.                 },
  31.                 {
  32.                     "category": "FARE",
  33.                     "totalAmount": 19875
  34.                 }
  35.             ],
  36.             "totalAmount": 25005,
  37.             "refundable": true,
  38.             "changable": true,
  39.             "cancellable": true
  40.         },
  41.         {
  42.             "passengerIndex": 2,
  43.             "journeyIndex": 0,
  44.             "amounts": [
  45.                 {
  46.                     "category": "TAX",
  47.                     "totalAmount": 5130
  48.                 },
  49.                 {
  50.                     "category": "FARE",
  51.                     "totalAmount": 19875
  52.                 }
  53.             ],
  54.             "totalAmount": 25005,
  55.             "refundable": true,
  56.             "changable": true,
  57.             "cancellable": true
  58.         },
  59.         {
  60.             "passengerIndex": 3,
  61.             "journeyIndex": 0,
  62.             "amounts": [
  63.                 {
  64.                     "category": "TAX",
  65.                     "totalAmount": 5130
  66.                 },
  67.                 {
  68.                     "category": "FARE",
  69.                     "totalAmount": 14910
  70.                 }
  71.             ],
  72.             "totalAmount": 20040,
  73.             "refundable": true,
  74.             "changable": true,
  75.             "cancellable": true
  76.         }
  77.     ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement