Advertisement
taweesoft

Galileo_checkout_response

Dec 3rd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. { identifier: 'Galileo',
  2.      data_list:
  3.       [ { passengerIndex: 0,
  4.           journeyIndex: 0,
  5.           amounts:
  6.            [ { category: 'TAX', totalAmount: 1480 },
  7.              { category: 'FARE', totalAmount: 3500 } ],
  8.           totalAmount: 4980,
  9.           refundable: true,
  10.           changable: true,
  11.           cancellable: true },
  12.         { passengerIndex: 1,
  13.           journeyIndex: 0,
  14.           amounts:
  15.            [ { category: 'TAX', totalAmount: 0 },
  16.              { category: 'FARE', totalAmount: 0 } ],
  17.           totalAmount: 4980,
  18.           refundable: false,
  19.           changable: false,
  20.           cancellable: false } ] } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement