Advertisement
taveratch

Untitled

Nov 12th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.89 KB | None | 0 0
  1. {
  2.     "journeys": [
  3.         [
  4.             {
  5.                 "SEAT_ASSIGNMENT": {
  6.                     "category": "SEAT_ASSIGNMENT",
  7.                     "description": "Seat Assignment",
  8.                     "totalAmount": 245,
  9.                     "passengerIndex": 0,
  10.                     "journeyIndex": 0
  11.                 },
  12.                 "BAGGAGE": {
  13.                     "category": "BAGGAGE",
  14.                     "description": "SSR",
  15.                     "totalAmount": 450,
  16.                     "passengerIndex": 0,
  17.                     "journeyIndex": 0
  18.                 },
  19.                 "FEE": {
  20.                     "category": "FEE",
  21.                     "description": "Admin Fee",
  22.                     "totalAmount": 376.81,
  23.                     "passengerIndex": 0,
  24.                     "journeyIndex": 0
  25.                 },
  26.                 "TAX": {
  27.                     "category": "TAX",
  28.                     "description": "Airport Security Scan",
  29.                     "totalAmount": 1049.28,
  30.                     "passengerIndex": 0,
  31.                     "journeyIndex": 0
  32.                 },
  33.                 "FARE": {
  34.                     "category": "FARE",
  35.                     "description": "Fare",
  36.                     "totalAmount": 1565,
  37.                     "passengerIndex": 0,
  38.                     "journeyIndex": 0
  39.                 }
  40.             },
  41.             {
  42.                 "SEAT_ASSIGNMENT": {
  43.                     "category": "SEAT_ASSIGNMENT",
  44.                     "description": "Seat Assignment",
  45.                     "totalAmount": 245,
  46.                     "passengerIndex": 1,
  47.                     "journeyIndex": 0
  48.                 },
  49.                 "BAGGAGE": {
  50.                     "category": "BAGGAGE",
  51.                     "description": "SSR",
  52.                     "totalAmount": 450,
  53.                     "passengerIndex": 1,
  54.                     "journeyIndex": 0
  55.                 },
  56.                 "FEE": {
  57.                     "category": "FEE",
  58.                     "description": "Admin Fee",
  59.                     "totalAmount": 376.81,
  60.                     "passengerIndex": 1,
  61.                     "journeyIndex": 0
  62.                 },
  63.                 "TAX": {
  64.                     "category": "TAX",
  65.                     "description": "Airport Security Scan",
  66.                     "totalAmount": 1049.28,
  67.                     "passengerIndex": 1,
  68.                     "journeyIndex": 0
  69.                 },
  70.                 "FARE": {
  71.                     "category": "FARE",
  72.                     "description": "Fare",
  73.                     "totalAmount": 1565,
  74.                     "passengerIndex": 1,
  75.                     "journeyIndex": 0
  76.                 }
  77.             }
  78.         ],
  79.         [
  80.             {
  81.                 "BAGGAGE": {
  82.                     "category": "BAGGAGE",
  83.                     "description": "SSR",
  84.                     "totalAmount": 710,
  85.                     "passengerIndex": 0,
  86.                     "journeyIndex": 1
  87.                 },
  88.                 "FEE": {
  89.                     "category": "FEE",
  90.                     "description": "Admin Fee",
  91.                     "totalAmount": 376.81,
  92.                     "passengerIndex": 0,
  93.                     "journeyIndex": 1
  94.                 },
  95.                 "TAX": {
  96.                     "category": "TAX",
  97.                     "description": "Airport Security Scan",
  98.                     "totalAmount": 1073.92,
  99.                     "passengerIndex": 0,
  100.                     "journeyIndex": 1
  101.                 },
  102.                 "FARE": {
  103.                     "category": "FARE",
  104.                     "description": "Fare",
  105.                     "totalAmount": 677,
  106.                     "passengerIndex": 0,
  107.                     "journeyIndex": 1
  108.                 }
  109.             },
  110.             {
  111.                 "BAGGAGE": {
  112.                     "category": "BAGGAGE",
  113.                     "description": "SSR",
  114.                     "totalAmount": 710,
  115.                     "passengerIndex": 1,
  116.                     "journeyIndex": 1
  117.                 },
  118.                 "FEE": {
  119.                     "category": "FEE",
  120.                     "description": "Admin Fee",
  121.                     "totalAmount": 376.81,
  122.                     "passengerIndex": 1,
  123.                     "journeyIndex": 1
  124.                 },
  125.                 "TAX": {
  126.                     "category": "TAX",
  127.                     "description": "Airport Security Scan",
  128.                     "totalAmount": 711.6,
  129.                     "passengerIndex": 1,
  130.                     "journeyIndex": 1
  131.                 },
  132.                 "FARE": {
  133.                     "category": "FARE",
  134.                     "description": "Fare",
  135.                     "totalAmount": 677,
  136.                     "passengerIndex": 1,
  137.                     "journeyIndex": 1
  138.                 }
  139.             }
  140.         ]
  141.     ],
  142.     "currency": "THB",
  143.     "identifier": "VIETJET"
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement