Advertisement
taweesoft

Production_Reserve_Response

Dec 26th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.08 KB | None | 0 0
  1. {
  2.     "success": 1,
  3.     "data_list": [
  4.         {
  5.             "pnr": "FGWUDQ",
  6.             "expiryDatetime": "2018-12-29T23:59:00.000+07:00",
  7.             "currency": {
  8.                 "code": "THB"
  9.             },
  10.             "charges": [
  11.                 {
  12.                     "passengerIndex": 1,
  13.                     "journeyIndex": 0,
  14.                     "amounts": [
  15.                         {
  16.                             "category": "TAX",
  17.                             "totalAmount": 1895
  18.                         },
  19.                         {
  20.                             "category": "FARE",
  21.                             "totalAmount": 7325
  22.                         }
  23.                     ],
  24.                     "totalAmount": 9220,
  25.                     "refundable": false,
  26.                     "changable": false,
  27.                     "cancellable": false
  28.                 },
  29.                 {
  30.                     "passengerIndex": 0,
  31.                     "journeyIndex": 0,
  32.                     "amounts": [
  33.                         {
  34.                             "category": "TAX",
  35.                             "totalAmount": 1895
  36.                         },
  37.                         {
  38.                             "category": "FARE",
  39.                             "totalAmount": 7325
  40.                         }
  41.                     ],
  42.                     "totalAmount": 9220,
  43.                     "refundable": false,
  44.                     "changable": false,
  45.                     "cancellable": false
  46.                 }
  47.             ],
  48.             "journeyIndex": 0
  49.         },
  50.         {
  51.             "pnr": "FGWUDQ",
  52.             "expiryDatetime": "2018-12-29T23:59:00.000+07:00",
  53.             "currency": {
  54.                 "code": "THB"
  55.             },
  56.             "charges": [
  57.                 {
  58.                     "passengerIndex": 1,
  59.                     "journeyIndex": 1,
  60.                     "amounts": [
  61.                         {
  62.                             "category": "TAX",
  63.                             "totalAmount": 0
  64.                         },
  65.                         {
  66.                             "category": "FARE",
  67.                             "totalAmount": 0
  68.                         }
  69.                     ],
  70.                     "totalAmount": 0,
  71.                     "refundable": false,
  72.                     "changable": false,
  73.                     "cancellable": false
  74.                 },
  75.                 {
  76.                     "passengerIndex": 0,
  77.                     "journeyIndex": 1,
  78.                     "amounts": [
  79.                         {
  80.                             "category": "TAX",
  81.                             "totalAmount": 0
  82.                         },
  83.                         {
  84.                             "category": "FARE",
  85.                             "totalAmount": 0
  86.                         }
  87.                     ],
  88.                     "totalAmount": 0,
  89.                     "refundable": false,
  90.                     "changable": false,
  91.                     "cancellable": false
  92.                 }
  93.             ],
  94.             "journeyIndex": 1
  95.         }
  96.     ]
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement