Advertisement
taweesoft

translator_standard_CHECKOUT_response

Nov 15th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. {
  2. "identifier": "VIETJET",
  3. "data_list": [
  4. {
  5. "passengerIndex": 1,
  6. "journeyIndex": 1,
  7. "amounts": [
  8. {
  9. "category": "BAGGAGE",
  10. "totalAmount": 724.64
  11. },
  12. {
  13. "category": "FEE",
  14. "totalAmount": 536.23
  15. },
  16. {
  17. "category": "TAX",
  18. "totalAmount": 1686.95
  19. },
  20. {
  21. "category": "FARE",
  22. "totalAmount": 11130.43
  23. }
  24. ],
  25. "totalAmount": 14078.25,
  26. "refundable": true,
  27. "changable": false,
  28. "cancellable": false
  29. },
  30. {
  31. "passengerIndex": 0,
  32. "journeyIndex": 0,
  33. "amounts": [
  34. {
  35. "category": "BAGGAGE",
  36. "totalAmount": 724.64
  37. },
  38. {
  39. "category": "FEE",
  40. "totalAmount": 536.23
  41. },
  42. {
  43. "category": "TAX",
  44. "totalAmount": 1844.93
  45. },
  46. {
  47. "category": "FARE",
  48. "totalAmount": 7739.13
  49. }
  50. ],
  51. "totalAmount": 10844.93,
  52. "refundable": true,
  53. "changable": false,
  54. "cancellable": false
  55. },
  56. {
  57. "passengerIndex": 0,
  58. "journeyIndex": 1,
  59. "amounts": [
  60. {
  61. "category": "FEE",
  62. "totalAmount": 536.23
  63. },
  64. {
  65. "category": "TAX",
  66. "totalAmount": 1686.95
  67. },
  68. {
  69. "category": "FARE",
  70. "totalAmount": 11130.43
  71. }
  72. ],
  73. "totalAmount": 13353.61,
  74. "refundable": true,
  75. "changable": false,
  76. "cancellable": false
  77. },
  78. {
  79. "passengerIndex": 1,
  80. "journeyIndex": 0,
  81. "amounts": [
  82. {
  83. "category": "FEE",
  84. "totalAmount": 536.23
  85. },
  86. {
  87. "category": "TAX",
  88. "totalAmount": 1450.73
  89. },
  90. {
  91. "category": "FARE",
  92. "totalAmount": 7739.13
  93. }
  94. ],
  95. "totalAmount": 9726.09,
  96. "refundable": true,
  97. "changable": false,
  98. "cancellable": false
  99. }
  100. ]
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement