Sabre Offer Price - NDC Virtual Sandbox

Retrieve final NDC offer pricing and prepare itinerary data for order creation.

The Offer Price API is part of the Sabre NDC suite, allowing agencies to obtain final pricing for selected itineraries. It validates the pricing structure and prepares the necessary data payload required for subsequent order creation workflows within the Sabre ecosystem.

Use this hosted sandbox to simulate Sabre Offer Price - NDC APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate NDC pricing request payloads, handle complex fare calculations, verify itinerary data structures, and test error handling for invalid or expired offers before proceeding to order fulfillment.

Sabre Offer Price - NDC virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Sabre Offer Price - NDC responses instantly.

https://sabre-offer-price.mock.beeceptor.com



offer-price-tn

{
  "query": [
    {
      "offerItemId": [
        "dd07bbd7fb57c88nclq1qixyj3-1-1"
      ]
    }
  ]
}
{
  "payloadAttributes": {
    "trxID": "23904cf8-be01-45e3-bac2-b5dfa5913ffc",
    "timeStamp": "2024-12-12T02:40:24.158818299Z",
    "host": "offer-price-tn-blue-5ff6454ff9-pzl54",
    "baseline": "offer-price-tn-537-20231211-150441-0.2.0-20231207.070933-49-f01452e"
  },
  "id": "dd07bbd7fb57c88nclq1qixyj3",
  "version": "v1.0.0",
  "response": {
    "offers": [
      {
        "id": "dd07bbd7fb57c88nclq1qixyj3-1",
        "ttl": 1200,
        "source": "NDC",
        "offerExpirationDateTime": "2024-12-12T03:00:23Z",
        "paymentTimeLimitText": "2024-12-12T23:59:00",
        "journeys": [
          {
            "segmentRefIds": [
              "Isgm0a0067c77c814"
            ]
          }
        ],
        "offerItems": [
          {
            "type": "Air",
            "id": "dd07bbd7fb57c88nclq1qixyj3-1-1",
            "mandatoryInd": true,
            "passengers": [
              {
                "id": "Passenger1",
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "baggage": [
                  {
                    "type": "CarryOnBag",
                    "applicablePartyText": "Traveler",
                    "segments": [
                      "Isgm0a0067c77c814"
                    ],
                    "details": [
                      {
                        "quantity": 2
                      },
                      {
                        "quantity": 1,
                        "applicableBagText": "CARRY ON UP TO 45 LI 115 LCM"
                      },
                      {
                        "quantity": 1,
                        "applicableBagText": "PERSONAL ITEM  UP TO 40 LI"
                      }
                    ]
                  },
                  {
                    "type": "CheckedBag",
                    "applicablePartyText": "Traveler",
                    "segments": [
                      "Isgm0a0067c77c814"
                    ],
                    "details": [
                      {
                        "quantity": 0,
                        "constrains": [
                          {
                            "max": 23,
                            "unit": "KG"
                          },
                          {
                            "max": 50,
                            "unit": "LBS"
                          }
                        ]
                      },
                      {
                        "quantity": 0,
                        "applicableBagText": "UPTO50LB 23KG AND62LI 158LCM"
                      }
                    ]
                  }
                ],
                "price": {
                  "totalAmount": {
                    "amount": "118.90",
                    "curCode": "USD"
                  },
                  "baseAmount": {
                    "amount": "96.74",
                    "curCode": "USD"
                  },
                  "taxes": {
                    "total": {
                      "amount": "22.16",
                      "curCode": "USD"
                    },
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "7.26",
                          "curCode": "USD"
                        },
                        "nation": "US",
                        "taxCode": "US",
                        "description": "U.S.A Transportation Tax"
                      },
                      {
                        "amount": {
                          "amount": "4.80",
                          "curCode": "USD"
                        },
                        "nation": "US",
                        "taxCode": "ZP",
                        "description": "United States Flight Segment Tax Domestic"
                      },
                      {
                        "amount": {
                          "amount": "5.60",
                          "curCode": "USD"
                        },
                        "nation": "US",
                        "taxCode": "AY",
                        "description": "United States Passenger Civil Aviation Security Service Fee"
                      },
                      {
                        "amount": {
                          "amount": "4.50",
                          "curCode": "USD"
                        },
                        "nation": "US",
                        "taxCode": "XF",
                        "description": "US Passenger Facility Charge"
                      }
                    ]
                  }
                },
                "fareComponents": [
                  {
                    "price": {
                      "baseAmount": {
                        "amount": "96.74",
                        "curCode": "USD"
                      },
                      "taxes": {
                        "total": {
                          "amount": "22.16",
                          "curCode": "USD"
                        },
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "7.26",
                              "curCode": "USD"
                            },
                            "nation": "US",
                            "taxCode": "US",
                            "description": "US Transportation Tax"
                          },
                          {
                            "amount": {
                              "amount": "4.50",
                              "curCode": "USD"
                            },
                            "nation": "US",
                            "taxCode": "XF",
                            "description": "US Passenger Facility Charge"
                          },
                          {
                            "amount": {
                              "amount": "4.80",
                              "curCode": "USD"
                            },
                            "nation": "US",
                            "taxCode": "ZP",
                            "description": "United States Flight Segment Tax Domestic"
                          },
                          {
                            "amount": {
                              "amount": "5.60",
                              "curCode": "USD"
                            },
                            "nation": "US",
                            "taxCode": "AY",
                            "description": "United States Passenger Civil Aviation Security Service Fee"
                          }
                        ]
                      }
                    },
                    "fareBasis": {
                      "fareBasisCode": "OVAHZSBX",
                      "fareDescription": "Published fare",
                      "fareCode": "70J",
                      "fareBasisCityPair": "JFKSFOAA",
                      "rbd": "B",
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "Economy"
                      }
                    },
                    "fareRules": {
                      "penalty": {
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "refundableInd": false,
                        "details": [
                          {
                            "penaltyType": "Cancel",
                            "metadata": [
                              {
                                "ruleId": "Cancel",
                                "values": [
                                  {
                                    "instruction": "Not Allowed"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "penaltyType": "Change",
                            "metadata": [
                              {
                                "ruleId": "Change",
                                "values": [
                                  {
                                    "instruction": "Not Allowed"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      },
                      "ticketing": {
                        "endorsements": [
                          "NONREF/NOCHG/BASIC"
                        ]
                      }
                    },
                    "segments": [
                      {
                        "id": "Isgm0a0067c77c814",
                        "rbd": "B",
                        "flightNumber": "76",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JFK",
                          "date": "2024-02-11T06:00:00",
                          "terminal": "8"
                        },
                        "arrival": {
                          "airport": "SFO",
                          "date": "2024-02-11T09:43:00"
                        },
                        "duration": "PT6H43M",
                        "equipment": "32B",
                        "distanceInMiles": 2581
                      }
                    ],
                    "voluntaryChangeInformation": [
                      {
                        "type": "Cancel",
                        "isAllowed": false,
                        "hasFee": false
                      },
                      {
                        "type": "Change",
                        "isAllowed": false,
                        "hasFee": false
                      },
                      {
                        "type": "Refund",
                        "isAllowed": false
                      }
                    ]
                  }
                ]
              }
            ],
            "price": {
              "totalAmount": {
                "amount": "118.90",
                "curCode": "USD"
              }
            }
          }
        ],
        "totalPrice": {
          "totalAmount": {
            "amount": "118.90",
            "curCode": "USD"
          }
        }
      }
    ]
  }
}
{
  "diagnostics": [
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "43492b1d-5839-413c-8371-aeb37f25f0fe",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "a603bea9-ce42-451e-ac52-f07fa3eeeb99",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "14cbbe87-1715-4456-8915-f0c9cb8ce8c1",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "951a1ea9-d27b-48ff-a2f9-ff1155f278cc",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "892fb285-a508-481b-872b-03e871e44117",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    }
  ],
  "id": "Pu0tnZW9uoxk",
  "messages": [
    {
      "additionalDescription": "Timeout from database.",
      "code": 782,
      "message": "Service unavailable",
      "service": "SCHEMA_VALIDATOR",
      "system": "PRICING_ENGINE",
      "type": "INFO"
    }
  ],
  "payloadAttributes": {
    "additionalProperties": "wmAT6N",
    "baseline": "offer-price-tn-456-20230911-133352-0.2.0-20230911.130813-8-45bfbc8",
    "host": "offer-price-tn-green-7d8e9f0a1b-abc12",
    "timeStamp": "2026-04-23T00:00:00.0Z",
    "trxID": "db2364d1-e5eb-43bd-abb1-db4ae3987515"
  },
  "version": "v1.1.0"
}
{
  "diagnostics": [
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "e544d897-7d82-48e3-b18e-de3ab21557f2",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "3148245c-1636-4aa7-94f0-f47713a47403",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "d36b4ff0-fdf2-46e6-bbc4-c86a145b0bfa",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    }
  ],
  "id": "BiMiSeA2YdJ_",
  "payloadAttributes": {
    "additionalProperties": "gDkR2E",
    "baseline": "offer-price-tn-456-20230911-133352-0.2.0-20230911.130813-8-45bfbc8",
    "host": "offer-price-tn-green-7d8e9f0a1b-abc12",
    "timeStamp": "2025-10-14T00:00:00.0Z",
    "trxID": "045ce81a-9de4-4374-a927-1d67a402a00c"
  },
  "response": {
    "offers": [
      {
        "commission": {
          "amount": "79.84",
          "code": "STD01",
          "currencyCode": "ZWL",
          "description": "Corporate rate",
          "percentage": "14.24",
          "percentageAppliedToAmount": "345.32"
        },
        "id": "TH5aFu9lAc_Q",
        "journeys": [
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S4",
              "S2",
              "S1"
            ]
          },
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S2",
              "S3",
              "S1"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S2",
              "S1"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S2",
              "S1"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S2",
              "S1",
              "S3",
              "S4"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "EK",
            "binNumber": "450018",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "1oO-oo",
              "AZkC0l",
              "gHS7pR",
              "UShjS3"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "273.53",
                "curCode": "ALL",
                "taxable": false
              },
              "baseAmount": {
                "amount": "107.32",
                "curCode": "SOS",
                "taxable": true
              },
              "cardCharge": "23.85",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "353.3",
                "curCode": "ARS",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "4.4",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "92.24",
                      "curCode": "XPF",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "TW",
                    "taxCode": "Zu6",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "933"
                  }
                ],
                "total": {
                  "amount": "151.96",
                  "curCode": "NAD",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "NH",
            "binNumber": "570762",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "RIbCk8",
              "kDL4tg",
              "zFE37z",
              "vwwLaA"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "294.14",
                "curCode": "AZN",
                "taxable": true
              },
              "baseAmount": {
                "amount": "251.34",
                "curCode": "MOP",
                "taxable": false
              },
              "cardCharge": "7.95",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "332.86",
                "curCode": "IQD",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "3.5",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "24.77",
                      "curCode": "RON",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "TM",
                    "taxCode": "yuD",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "730"
                  },
                  {
                    "amount": {
                      "amount": "34.04",
                      "curCode": "TWD",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "CU",
                    "taxCode": "tv7",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "769"
                  },
                  {
                    "amount": {
                      "amount": "48.4",
                      "curCode": "ZWL",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "TZ",
                    "taxCode": "AZf",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "959"
                  }
                ],
                "total": {
                  "amount": "233.89",
                  "curCode": "AED",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "UA",
            "binNumber": "277954",
            "cardCode": "AX",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "f98A2W"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "329.04",
                "curCode": "ETB",
                "taxable": true
              },
              "baseAmount": {
                "amount": "454.71",
                "curCode": "WST",
                "taxable": false
              },
              "cardCharge": "0.29",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "442.59",
                "curCode": "ARS",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "1.7",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "50.84",
                      "curCode": "BMD",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "DE",
                    "taxCode": "FXj",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "004"
                  },
                  {
                    "amount": {
                      "amount": "87.08",
                      "curCode": "JMD",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "AD",
                    "taxCode": "69a",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "698"
                  },
                  {
                    "amount": {
                      "amount": "53.1",
                      "curCode": "AFN",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "PF",
                    "taxCode": "iBV",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "889"
                  }
                ],
                "total": {
                  "amount": "413.27",
                  "curCode": "TWD",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2026-09-17T00:00:00.0Z",
        "offerItems": [
          {
            "id": "A2EUGk",
            "mandatoryInd": true,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "409.2",
                "curCode": "BZD",
                "taxable": false
              },
              "discount": {
                "description": "DSC_CONTINOUS_PRICING",
                "discountAmount": {
                  "amount": "446.6",
                  "curCode": "VND",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "218.98",
                  "curCode": "LYD",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "453.12",
                  "curCode": "KWD",
                  "taxable": false
                },
                "exchangeRate": 1.0716
              },
              "originalAmount": {
                "amount": "193",
                "curCode": "ERN",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "482.69",
                        "curCode": "ZAR",
                        "taxable": true
                      },
                      "arrivalCity": "OJB",
                      "boardingCity": "TDV",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "62.02",
                        "curCode": "NZD",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "152.77",
                        "curCode": "AUD",
                        "taxable": true
                      },
                      "arrivalCity": "UND",
                      "boardingCity": "UEQ",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "210.96",
                        "curCode": "CHF",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "433.38",
                    "curCode": "TJS",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "375.35",
                        "curCode": "CRC",
                        "taxable": true
                      },
                      "arrivalCity": "WDO",
                      "boardingCity": "DCC",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "242.86",
                        "curCode": "CRC",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "298.96",
                        "curCode": "BTN",
                        "taxable": false
                      },
                      "arrivalCity": "IXS",
                      "boardingCity": "FFL",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "85.54",
                        "curCode": "LAK",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "372.18",
                        "curCode": "COP",
                        "taxable": false
                      },
                      "arrivalCity": "ADL",
                      "boardingCity": "DSO",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "146.24",
                        "curCode": "MNT",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "173.22",
                        "curCode": "CNY",
                        "taxable": false
                      },
                      "arrivalCity": "SGT",
                      "boardingCity": "ZTL",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "120.94",
                        "curCode": "IRR",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "93.9",
                    "curCode": "CVE",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "238.7",
                        "curCode": "JPY",
                        "taxable": false
                      },
                      "arrivalCity": "GWZ",
                      "boardingCity": "WLI",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "64.83",
                        "curCode": "GBP",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "395.01",
                        "curCode": "DJF",
                        "taxable": false
                      },
                      "arrivalCity": "ZKT",
                      "boardingCity": "IVX",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "86.41",
                        "curCode": "EUR",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "492.63",
                    "curCode": "THB",
                    "taxable": false
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "35.09",
                      "curCode": "TJS",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "IS",
                    "taxCode": "RQ9",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "414"
                  },
                  {
                    "amount": {
                      "amount": "83.74",
                      "curCode": "RWF",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "VC",
                    "taxCode": "tfl",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "539"
                  },
                  {
                    "amount": {
                      "amount": "8.73",
                      "curCode": "KPW",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "PY",
                    "taxCode": "izp",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "622"
                  }
                ],
                "total": {
                  "amount": "88.14",
                  "curCode": "ILS",
                  "taxable": false
                }
              },
              "totalAmount": {
                "amount": "214",
                "curCode": "GEL",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S2",
              "S1"
            ],
            "serviceDefinition": {
              "airlineCode": "BA",
              "baggage": {
                "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                "applicablePartyText": "Party",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 15.6,
                        "min": 2.3,
                        "unit": "LBS"
                      },
                      {
                        "max": 26.7,
                        "min": 7,
                        "unit": "LBS"
                      },
                      {
                        "max": 12.4,
                        "min": 6.4,
                        "unit": "K"
                      },
                      {
                        "max": 22.2,
                        "min": 3,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 1
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 14.5,
                        "min": 3.3,
                        "unit": "K"
                      },
                      {
                        "max": 28.4,
                        "min": 0.9,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 27.4,
                        "min": 0.8,
                        "unit": "LBS"
                      },
                      {
                        "max": 21.1,
                        "min": 1.9,
                        "unit": "K"
                      },
                      {
                        "max": 16.1,
                        "min": 8.4,
                        "unit": "LBS"
                      },
                      {
                        "max": 16.1,
                        "min": 9.8,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 1
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 24.3,
                        "min": 6.3,
                        "unit": "LBS"
                      },
                      {
                        "max": 25.5,
                        "min": 1.2,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 2
                  }
                ],
                "segments": [
                  "S1",
                  "S2"
                ],
                "totalQty": 2,
                "type": "CarryOnBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "sq",
              "reasonForIssuance": "Merchandise",
              "serviceCode": "bIX"
            },
            "type": "Air"
          },
          {
            "id": "j7qMaf",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "362.45",
                "curCode": "BTN",
                "taxable": false
              },
              "discount": {
                "description": "DSC_CONTINOUS_PRICING",
                "discountAmount": {
                  "amount": "160.93",
                  "curCode": "TMT",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "415.09",
                  "curCode": "AED",
                  "taxable": false
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "482.01",
                  "curCode": "PLN",
                  "taxable": true
                },
                "exchangeRate": 1.0682
              },
              "originalAmount": {
                "amount": "428.47",
                "curCode": "SEK",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "359.08",
                        "curCode": "SGD",
                        "taxable": true
                      },
                      "arrivalCity": "PCK",
                      "boardingCity": "PSK",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "129.63",
                        "curCode": "SYP",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "360.72",
                        "curCode": "MXN",
                        "taxable": true
                      },
                      "arrivalCity": "OJF",
                      "boardingCity": "JXD",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "494.9",
                        "curCode": "TND",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "458.07",
                        "curCode": "CVE",
                        "taxable": true
                      },
                      "arrivalCity": "PII",
                      "boardingCity": "DXW",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "496.14",
                        "curCode": "ZWL",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "251.54",
                        "curCode": "RON",
                        "taxable": true
                      },
                      "arrivalCity": "UZM",
                      "boardingCity": "IVI",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "291.03",
                        "curCode": "JMD",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "168.6",
                    "curCode": "BGN",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "100.46",
                        "curCode": "GTQ",
                        "taxable": false
                      },
                      "arrivalCity": "RPT",
                      "boardingCity": "VRC",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "237.44",
                        "curCode": "NOK",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "67.18",
                        "curCode": "TWD",
                        "taxable": false
                      },
                      "arrivalCity": "YJS",
                      "boardingCity": "TJL",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "346.74",
                        "curCode": "EGP",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "313.71",
                    "curCode": "PAB",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "234.54",
                        "curCode": "ZAR",
                        "taxable": true
                      },
                      "arrivalCity": "OZK",
                      "boardingCity": "CPQ",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "424.03",
                        "curCode": "AZN",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "66.71",
                        "curCode": "NOK",
                        "taxable": false
                      },
                      "arrivalCity": "OJW",
                      "boardingCity": "PMH",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "56.83",
                        "curCode": "PHP",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "109.03",
                        "curCode": "MKD",
                        "taxable": false
                      },
                      "arrivalCity": "IRW",
                      "boardingCity": "MIZ",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "247.49",
                        "curCode": "ANG",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "403.65",
                        "curCode": "HKD",
                        "taxable": false
                      },
                      "arrivalCity": "DWB",
                      "boardingCity": "NCI",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "174.44",
                        "curCode": "MGA",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "351.01",
                        "curCode": "STN",
                        "taxable": false
                      },
                      "arrivalCity": "BQM",
                      "boardingCity": "INQ",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "233.48",
                        "curCode": "CVE",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "211.25",
                    "curCode": "CNY",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "414.03",
                        "curCode": "IRR",
                        "taxable": false
                      },
                      "arrivalCity": "GFJ",
                      "boardingCity": "PBJ",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "242.85",
                        "curCode": "MRU",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "389.45",
                        "curCode": "CUP",
                        "taxable": false
                      },
                      "arrivalCity": "TAP",
                      "boardingCity": "IZN",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "267.31",
                        "curCode": "PLN",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "128.5",
                        "curCode": "SHP",
                        "taxable": true
                      },
                      "arrivalCity": "DBO",
                      "boardingCity": "YYV",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "368.46",
                        "curCode": "IQD",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "332.02",
                    "curCode": "KPW",
                    "taxable": false
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "40.57",
                      "curCode": "RSD",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "GU",
                    "taxCode": "MrG",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "130"
                  },
                  {
                    "amount": {
                      "amount": "53.34",
                      "curCode": "UZS",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "AQ",
                    "taxCode": "LiR",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "279"
                  }
                ],
                "total": {
                  "amount": "302.02",
                  "curCode": "LKR",
                  "taxable": true
                }
              },
              "totalAmount": {
                "amount": "81.15",
                "curCode": "BIF",
                "taxable": false
              }
            },
            "segmentRefs": [
              "S2",
              "S1"
            ],
            "serviceDefinition": {
              "airlineCode": "AF",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 23.8,
                        "min": 2.9,
                        "unit": "LBS"
                      },
                      {
                        "max": 27.1,
                        "min": 3.2,
                        "unit": "K"
                      },
                      {
                        "max": 23.9,
                        "min": 7.7,
                        "unit": "K"
                      },
                      {
                        "max": 21.4,
                        "min": 6.1,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 1,
                "type": "CheckedBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "or",
              "reasonForIssuance": "Unknown",
              "serviceCode": "FsQ"
            },
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2026-12-07T00:00:00.0Z",
        "paymentTimeLimitText": "2026-07-22T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "PDE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "qdmMnvov",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "106.81",
              "curCode": "SEK",
              "taxable": true
            },
            "percentage": "75.1",
            "typeCode": "NoShow",
            "upgradeFeeInd": false
          },
          {
            "appCode": "ADE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "hAxWoYx7",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "63.11",
              "curCode": "KPW",
              "taxable": true
            },
            "percentage": "55.2",
            "typeCode": "Cancellation",
            "upgradeFeeInd": true
          },
          {
            "appCode": "PDE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Reissue allowed with fee",
            "id": "5PO88YhN",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "450.23",
              "curCode": "BOB",
              "taxable": true
            },
            "percentage": "35.6",
            "typeCode": "Change",
            "upgradeFeeInd": false
          },
          {
            "appCode": "ADE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Refundable after departure",
            "id": "cJNY2g4u",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "451.92",
              "curCode": "MWK",
              "taxable": true
            },
            "percentage": "17",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "433.12",
            "curCode": "ZAR",
            "taxable": false
          },
          "discount": {
            "description": "CORPORATE_DISCOUNT",
            "discountAmount": {
              "amount": "239.39",
              "curCode": "ALL",
              "taxable": false
            },
            "preDiscountedAmount": {
              "amount": "104.71",
              "curCode": "NAD",
              "taxable": false
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "403.33",
              "curCode": "ISK",
              "taxable": false
            },
            "exchangeRate": 1.073
          },
          "originalAmount": {
            "amount": "455.39",
            "curCode": "UYU",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "273.33",
                    "curCode": "CDF",
                    "taxable": true
                  },
                  "arrivalCity": "SXA",
                  "boardingCity": "NWR",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "399.48",
                    "curCode": "COP",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "392.25",
                    "curCode": "RUB",
                    "taxable": false
                  },
                  "arrivalCity": "PEY",
                  "boardingCity": "BMX",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "77.31",
                    "curCode": "IQD",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "200",
                    "curCode": "UYU",
                    "taxable": false
                  },
                  "arrivalCity": "EKY",
                  "boardingCity": "WPV",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "489.6",
                    "curCode": "TZS",
                    "taxable": true
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "60.61",
                    "curCode": "IRR",
                    "taxable": false
                  },
                  "arrivalCity": "CJX",
                  "boardingCity": "WPW",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "463.68",
                    "curCode": "BIF",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "373.49",
                "curCode": "PAB",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "244.31",
                    "curCode": "JPY",
                    "taxable": true
                  },
                  "arrivalCity": "LPF",
                  "boardingCity": "IRU",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "275.16",
                    "curCode": "NIO",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "149.07",
                "curCode": "PKR",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "7.05",
                  "curCode": "CZK",
                  "taxable": false
                },
                "description": "FUEL SURCHARGE",
                "nation": "YT",
                "taxCode": "aFg",
                "taxCodeText": "PAID",
                "taxPadisCode": "337"
              },
              {
                "amount": {
                  "amount": "14.63",
                  "curCode": "NZD",
                  "taxable": true
                },
                "description": "AIRPORT TAX",
                "nation": "NA",
                "taxCode": "Yaw",
                "taxCodeText": "PAID",
                "taxPadisCode": "945"
              },
              {
                "amount": {
                  "amount": "65.58",
                  "curCode": "DJF",
                  "taxable": false
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "NC",
                "taxCode": "mCy",
                "taxCodeText": "PAID",
                "taxPadisCode": "783"
              },
              {
                "amount": {
                  "amount": "91.15",
                  "curCode": "KRW",
                  "taxable": false
                },
                "description": "FUEL SURCHARGE",
                "nation": "YE",
                "taxCode": "wwN",
                "taxCodeText": "PAID",
                "taxPadisCode": "976"
              },
              {
                "amount": {
                  "amount": "64.44",
                  "curCode": "BTN",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "FI",
                "taxCode": "Hho",
                "taxCodeText": "PAID",
                "taxPadisCode": "085"
              }
            ],
            "total": {
              "amount": "316.27",
              "curCode": "RSD",
              "taxable": false
            }
          },
          "totalAmount": {
            "amount": "122.03",
            "curCode": "TND",
            "taxable": true
          }
        },
        "penaltyRefs": [
          "PEN1",
          "PEN2"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-11-13T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-05-10T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "53.04",
                  "curCode": "BRL",
                  "percent": "12.1"
                },
                "id": "59085",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "34.89",
                  "curCode": "SEK",
                  "percent": "14.6"
                },
                "id": "96126",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "75.4",
                  "curCode": "IQD",
                  "percent": "15.4"
                },
                "id": "10328",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "59.39",
                  "curCode": "ZWL",
                  "percent": "6.2"
                },
                "id": "53946",
                "type": "POST"
              }
            ],
            "tag": "4PC0Fv3fsR",
            "tourCode": "nCKVSKhIpI"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "33.45",
                  "curCode": "NIO",
                  "percent": "17.1"
                },
                "id": "76119",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "30.79",
                  "curCode": "BAM",
                  "percent": "14.2"
                },
                "id": "20496",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "94.92",
                  "curCode": "HTG",
                  "percent": "9.6"
                },
                "id": "21368",
                "type": "PRE"
              }
            ],
            "tag": "Gtklm8Lqio",
            "tourCode": "rdkfvTocoA"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "16.6",
                  "curCode": "VES",
                  "percent": "15.1"
                },
                "id": "06670",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "48.49",
                  "curCode": "TOP",
                  "percent": "17.3"
                },
                "id": "54344",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "18.16",
                  "curCode": "MVR",
                  "percent": "17.9"
                },
                "id": "42934",
                "type": "PRE"
              }
            ],
            "tag": "lkfOOpNxYN",
            "tourCode": "YrttCmOanC"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "51.81",
                  "curCode": "KYD",
                  "percent": "17.1"
                },
                "id": "92153",
                "type": "PRE"
              }
            ],
            "tag": "9zNospp8F9",
            "tourCode": "iA01dtc54v"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "38",
                  "curCode": "DZD",
                  "percent": "5.5"
                },
                "id": "57790",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "82.75",
                  "curCode": "HNL",
                  "percent": "19.3"
                },
                "id": "49966",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "68.53",
                  "curCode": "SCR",
                  "percent": "13"
                },
                "id": "87896",
                "type": "PRE"
              }
            ],
            "tag": "iNLDKDaeru",
            "tourCode": "hRZmdP0Vnd"
          }
        ],
        "purchaseTimeLimitDateTime": "2027-06-21T00:00:00.0Z",
        "source": "Hegmann - Abbott",
        "totalPrice": {
          "baseAmount": {
            "amount": "15.72",
            "curCode": "TZS",
            "taxable": false
          },
          "equivAmount": {
            "amount": "88.26",
            "curCode": "PAB",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "10.3",
                "curCode": "CLP",
                "taxable": false
              },
              "description": "FUEL SURCHARGE",
              "nation": "CC",
              "taxCode": "k1Q",
              "taxCodeText": "PAID",
              "taxPadisCode": "343"
            },
            {
              "amount": {
                "amount": "34.38",
                "curCode": "BAM",
                "taxable": true
              },
              "description": "AIRPORT TAX",
              "nation": "DZ",
              "taxCode": "16d",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "987"
            },
            {
              "amount": {
                "amount": "51.46",
                "curCode": "ILS",
                "taxable": true
              },
              "description": "FUEL SURCHARGE",
              "nation": "MY",
              "taxCode": "WF5",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "499"
            },
            {
              "amount": {
                "amount": "23.83",
                "curCode": "ETB",
                "taxable": false
              },
              "description": "FUEL SURCHARGE",
              "nation": "NI",
              "taxCode": "dVH",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "063"
            },
            {
              "amount": {
                "amount": "21.12",
                "curCode": "SYP",
                "taxable": false
              },
              "description": "AIRPORT TAX",
              "nation": "BH",
              "taxCode": "YFY",
              "taxCodeText": "PAID",
              "taxPadisCode": "474"
            }
          ],
          "totalAmount": {
            "amount": "88.79",
            "curCode": "MKD",
            "taxable": false
          },
          "totalTaxes": {
            "amount": "12.97",
            "curCode": "AWG",
            "taxable": false
          },
          "wasTicketValueUsed": true
        },
        "ttl": 2205,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "No Show"
            ],
            "description": "Non-refundable",
            "feeAmount": "58.75",
            "feeCurrencyCode": "MUR",
            "hasFee": true,
            "isAllowed": true,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "120.16",
          "code": "BFST",
          "currencyCode": "HUF",
          "description": "Standard commission",
          "percentage": "12.72",
          "percentageAppliedToAmount": "443.57"
        },
        "id": "M33FOllggl0G",
        "journeys": [
          {
            "priceClassRefId": "Business",
            "segmentRefIds": [
              "S4",
              "S1"
            ]
          },
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S3",
              "S2"
            ]
          },
          {
            "priceClassRefId": "Business",
            "segmentRefIds": [
              "S4",
              "S2"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "EK",
            "binNumber": "463323",
            "cardCode": "AX",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "5rDHPg",
              "ybI6ec",
              "kDMjJw",
              "Pr3EKB",
              "FI_Hd5"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "299.86",
                "curCode": "NPR",
                "taxable": false
              },
              "baseAmount": {
                "amount": "338.81",
                "curCode": "TZS",
                "taxable": true
              },
              "cardCharge": "41.33",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "456.95",
                "curCode": "ALL",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "4.4",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "92.72",
                      "curCode": "TOP",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "MQ",
                    "taxCode": "q7a",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "747"
                  },
                  {
                    "amount": {
                      "amount": "60.56",
                      "curCode": "CZK",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "SI",
                    "taxCode": "9pS",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "340"
                  }
                ],
                "total": {
                  "amount": "262.32",
                  "curCode": "MZN",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "EK",
            "binNumber": "794604",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "wxtQbz"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "462.53",
                "curCode": "TMT",
                "taxable": false
              },
              "baseAmount": {
                "amount": "398.96",
                "curCode": "SHP",
                "taxable": true
              },
              "cardCharge": "6.18",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "386.06",
                "curCode": "XOF",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "2.7",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "46.2",
                      "curCode": "SRD",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "IR",
                    "taxCode": "ZjG",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "643"
                  },
                  {
                    "amount": {
                      "amount": "84.91",
                      "curCode": "MVR",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "SX",
                    "taxCode": "Ksj",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "017"
                  },
                  {
                    "amount": {
                      "amount": "24.94",
                      "curCode": "MUR",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "UY",
                    "taxCode": "Rkh",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "675"
                  },
                  {
                    "amount": {
                      "amount": "77.27",
                      "curCode": "GTQ",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "MF",
                    "taxCode": "Oby",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "941"
                  },
                  {
                    "amount": {
                      "amount": "61.59",
                      "curCode": "DJF",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "TO",
                    "taxCode": "Ppw",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "914"
                  }
                ],
                "total": {
                  "amount": "165.31",
                  "curCode": "ALL",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2027-07-15T00:00:00.0Z",
        "offerItems": [
          {
            "id": "lnErTf",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "94.88",
                "curCode": "PGK",
                "taxable": false
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "312.69",
                  "curCode": "NAD",
                  "taxable": true
                },
                "preDiscountedAmount": {
                  "amount": "321.48",
                  "curCode": "NPR",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "388.25",
                  "curCode": "TMT",
                  "taxable": false
                },
                "exchangeRate": 0.9469
              },
              "originalAmount": {
                "amount": "58.36",
                "curCode": "LSL",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "202.83",
                        "curCode": "LAK",
                        "taxable": true
                      },
                      "arrivalCity": "TMT",
                      "boardingCity": "WRO",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "316.77",
                        "curCode": "BSD",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "421.55",
                        "curCode": "TZS",
                        "taxable": false
                      },
                      "arrivalCity": "NGB",
                      "boardingCity": "XNI",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "194.44",
                        "curCode": "ZMW",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "131.63",
                        "curCode": "MMK",
                        "taxable": false
                      },
                      "arrivalCity": "YUB",
                      "boardingCity": "ODN",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "194.23",
                        "curCode": "XOF",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "221.93",
                        "curCode": "BOB",
                        "taxable": true
                      },
                      "arrivalCity": "ORO",
                      "boardingCity": "YFO",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "216.09",
                        "curCode": "TND",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "253.74",
                    "curCode": "ANG",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "198.85",
                        "curCode": "USD",
                        "taxable": false
                      },
                      "arrivalCity": "LTX",
                      "boardingCity": "NZM",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "473.25",
                        "curCode": "CDF",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "189.54",
                        "curCode": "GYD",
                        "taxable": true
                      },
                      "arrivalCity": "XJZ",
                      "boardingCity": "CBO",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "496.57",
                        "curCode": "FJD",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "63.72",
                        "curCode": "MKD",
                        "taxable": false
                      },
                      "arrivalCity": "EXH",
                      "boardingCity": "PLC",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "119.99",
                        "curCode": "PGK",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "112.79",
                        "curCode": "MWK",
                        "taxable": false
                      },
                      "arrivalCity": "KJC",
                      "boardingCity": "TWI",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "449.64",
                        "curCode": "NPR",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "55.76",
                        "curCode": "NIO",
                        "taxable": false
                      },
                      "arrivalCity": "YDE",
                      "boardingCity": "CDB",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "401.27",
                        "curCode": "BND",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "395.96",
                    "curCode": "LSL",
                    "taxable": true
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "94.91",
                      "curCode": "SZL",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "CK",
                    "taxCode": "F1n",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "320"
                  },
                  {
                    "amount": {
                      "amount": "47.28",
                      "curCode": "JOD",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "KI",
                    "taxCode": "ueD",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "386"
                  }
                ],
                "total": {
                  "amount": "158.07",
                  "curCode": "TMT",
                  "taxable": false
                }
              },
              "totalAmount": {
                "amount": "190.85",
                "curCode": "BOB",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S2",
              "S1"
            ],
            "serviceDefinition": {
              "airlineCode": "NH",
              "baggage": {
                "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 29,
                        "min": 5.3,
                        "unit": "K"
                      },
                      {
                        "max": 10.8,
                        "min": 5.6,
                        "unit": "K"
                      },
                      {
                        "max": 22,
                        "min": 5.1,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 1
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 23.7,
                        "min": 6.2,
                        "unit": "K"
                      },
                      {
                        "max": 20.6,
                        "min": 0.9,
                        "unit": "LBS"
                      },
                      {
                        "max": 22.8,
                        "min": 9.5,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 14.7,
                        "min": 6.7,
                        "unit": "LBS"
                      },
                      {
                        "max": 16.9,
                        "min": 1,
                        "unit": "LBS"
                      },
                      {
                        "max": 26.1,
                        "min": 9.9,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 1
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 2,
                "type": "CheckedBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "In",
              "reasonForIssuance": "Surface Transportation / Non Air Services",
              "serviceCode": "xKL"
            },
            "type": "Air"
          },
          {
            "id": "hzXxuc",
            "mandatoryInd": true,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "493.7",
                "curCode": "ERN",
                "taxable": true
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "238.53",
                  "curCode": "UZS",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "304.97",
                  "curCode": "SRD",
                  "taxable": false
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "342.53",
                  "curCode": "TRY",
                  "taxable": false
                },
                "exchangeRate": 0.945
              },
              "originalAmount": {
                "amount": "314.46",
                "curCode": "SZL",
                "taxable": true
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "266.17",
                        "curCode": "LBP",
                        "taxable": true
                      },
                      "arrivalCity": "DGV",
                      "boardingCity": "ABS",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "202.58",
                        "curCode": "PYG",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "443.68",
                        "curCode": "MVR",
                        "taxable": true
                      },
                      "arrivalCity": "UKH",
                      "boardingCity": "DPF",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "313.63",
                        "curCode": "BOB",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "494.66",
                        "curCode": "PAB",
                        "taxable": true
                      },
                      "arrivalCity": "MYC",
                      "boardingCity": "UUD",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "112.67",
                        "curCode": "MAD",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "427.31",
                        "curCode": "MAD",
                        "taxable": true
                      },
                      "arrivalCity": "CKU",
                      "boardingCity": "PXT",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "374.61",
                        "curCode": "XAF",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "112.79",
                        "curCode": "KZT",
                        "taxable": false
                      },
                      "arrivalCity": "SQO",
                      "boardingCity": "ABW",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "161.55",
                        "curCode": "CZK",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "128.68",
                    "curCode": "LKR",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "273.79",
                        "curCode": "GYD",
                        "taxable": true
                      },
                      "arrivalCity": "MWT",
                      "boardingCity": "YTJ",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "334.5",
                        "curCode": "HTG",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "476.41",
                    "curCode": "EGP",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "64.56",
                        "curCode": "SSP",
                        "taxable": false
                      },
                      "arrivalCity": "VYI",
                      "boardingCity": "KAY",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "59.73",
                        "curCode": "INR",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "77.23",
                        "curCode": "VUV",
                        "taxable": true
                      },
                      "arrivalCity": "MWH",
                      "boardingCity": "EBF",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "66.98",
                        "curCode": "DKK",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "175.78",
                    "curCode": "AMD",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "186.06",
                        "curCode": "MAD",
                        "taxable": false
                      },
                      "arrivalCity": "XNM",
                      "boardingCity": "VYR",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "358.93",
                        "curCode": "AMD",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "355.13",
                        "curCode": "DZD",
                        "taxable": true
                      },
                      "arrivalCity": "YQK",
                      "boardingCity": "SJZ",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "65.89",
                        "curCode": "LAK",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "263.8",
                        "curCode": "CAD",
                        "taxable": false
                      },
                      "arrivalCity": "BGP",
                      "boardingCity": "HYC",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "103.46",
                        "curCode": "SDG",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "369.52",
                        "curCode": "PYG",
                        "taxable": true
                      },
                      "arrivalCity": "FLI",
                      "boardingCity": "KEI",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "102.69",
                        "curCode": "KYD",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "184.18",
                    "curCode": "EGP",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "319",
                        "curCode": "TJS",
                        "taxable": true
                      },
                      "arrivalCity": "YIF",
                      "boardingCity": "WGI",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "78.3",
                        "curCode": "DJF",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "444.72",
                        "curCode": "BIF",
                        "taxable": true
                      },
                      "arrivalCity": "UFU",
                      "boardingCity": "XNK",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "420.52",
                        "curCode": "SDG",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "190.64",
                    "curCode": "KPW",
                    "taxable": true
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "70.96",
                      "curCode": "LBP",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "HM",
                    "taxCode": "HUt",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "519"
                  },
                  {
                    "amount": {
                      "amount": "4.48",
                      "curCode": "IQD",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "ET",
                    "taxCode": "WRO",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "703"
                  },
                  {
                    "amount": {
                      "amount": "49.49",
                      "curCode": "KMF",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "GN",
                    "taxCode": "GZP",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "385"
                  },
                  {
                    "amount": {
                      "amount": "53.57",
                      "curCode": "INR",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "CC",
                    "taxCode": "Y8u",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "893"
                  },
                  {
                    "amount": {
                      "amount": "99.75",
                      "curCode": "SAR",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "MA",
                    "taxCode": "d7L",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "509"
                  }
                ],
                "total": {
                  "amount": "394.93",
                  "curCode": "IRR",
                  "taxable": false
                }
              },
              "totalAmount": {
                "amount": "470.74",
                "curCode": "THB",
                "taxable": false
              }
            },
            "segmentRefs": [
              "S2",
              "S1"
            ],
            "serviceDefinition": {
              "airlineCode": "LH",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Party",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 20.7,
                        "min": 4.5,
                        "unit": "K"
                      },
                      {
                        "max": 22.4,
                        "min": 5.1,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 2
                  }
                ],
                "segments": [
                  "S1",
                  "S2"
                ],
                "totalQty": 1,
                "type": "CheckedBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "Ky",
              "reasonForIssuance": "Air Transportation",
              "serviceCode": "MPv"
            },
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2026-08-15T00:00:00.0Z",
        "paymentTimeLimitText": "2026-07-22T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "NOS",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "6qgVF-qN",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "392.07",
              "curCode": "KWD",
              "taxable": true
            },
            "percentage": "88.7",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "W1gEVO3H",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "92.28",
              "curCode": "UGX",
              "taxable": true
            },
            "percentage": "37.7",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "177.19",
            "curCode": "BSD",
            "taxable": false
          },
          "discount": {
            "description": "DSC_CONTINOUS_PRICING",
            "discountAmount": {
              "amount": "270.39",
              "curCode": "SYP",
              "taxable": true
            },
            "preDiscountedAmount": {
              "amount": "265.26",
              "curCode": "GEL",
              "taxable": false
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "209.29",
              "curCode": "JOD",
              "taxable": true
            },
            "exchangeRate": 0.8771
          },
          "originalAmount": {
            "amount": "448.7",
            "curCode": "FJD",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "451.77",
                    "curCode": "BIF",
                    "taxable": false
                  },
                  "arrivalCity": "TMH",
                  "boardingCity": "YWD",
                  "description": "Segment Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "187.51",
                    "curCode": "IRR",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "129.4",
                    "curCode": "GEL",
                    "taxable": false
                  },
                  "arrivalCity": "IDV",
                  "boardingCity": "LYJ",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "338.47",
                    "curCode": "VES",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "353.91",
                    "curCode": "VND",
                    "taxable": false
                  },
                  "arrivalCity": "SSI",
                  "boardingCity": "ZJL",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "269.91",
                    "curCode": "MMK",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "287.61",
                "curCode": "MMK",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "61.11",
                  "curCode": "DZD",
                  "taxable": true
                },
                "description": "AIRPORT TAX",
                "nation": "SM",
                "taxCode": "6hD",
                "taxCodeText": "PAID",
                "taxPadisCode": "946"
              }
            ],
            "total": {
              "amount": "479.78",
              "curCode": "MNT",
              "taxable": true
            }
          },
          "totalAmount": {
            "amount": "450.58",
            "curCode": "KHR",
            "taxable": true
          }
        },
        "penaltyRefs": [
          "PEN2",
          "PEN1"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-09-26T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-05-14T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "33",
                  "curCode": "NOK",
                  "percent": "6.2"
                },
                "id": "98090",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "77.29",
                  "curCode": "TND",
                  "percent": "19.7"
                },
                "id": "74802",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "40.05",
                  "curCode": "ETB",
                  "percent": "14.7"
                },
                "id": "67003",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "82.29",
                  "curCode": "MKD",
                  "percent": "8.1"
                },
                "id": "36672",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "34.07",
                  "curCode": "ALL",
                  "percent": "19.9"
                },
                "id": "26825",
                "type": "PRE"
              }
            ],
            "tag": "qiZoO7h3VG",
            "tourCode": "6GcJ8j9tKD"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "63.68",
                  "curCode": "SYP",
                  "percent": "15"
                },
                "id": "65735",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "74.16",
                  "curCode": "ZWL",
                  "percent": "12.9"
                },
                "id": "48686",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "34.54",
                  "curCode": "TOP",
                  "percent": "14.9"
                },
                "id": "73361",
                "type": "PRE"
              }
            ],
            "tag": "z6N6PbRr2g",
            "tourCode": "K3ngfAYudo"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "55.27",
                  "curCode": "ILS",
                  "percent": "17.1"
                },
                "id": "44080",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "88.03",
                  "curCode": "SHP",
                  "percent": "6"
                },
                "id": "16937",
                "type": "PRE"
              }
            ],
            "tag": "idvlSRYqCd",
            "tourCode": "FMpZEGTSGc"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "25.11",
                  "curCode": "AED",
                  "percent": "17.2"
                },
                "id": "06610",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "89.07",
                  "curCode": "THB",
                  "percent": "9"
                },
                "id": "49303",
                "type": "POST"
              }
            ],
            "tag": "tYV1qN35K5",
            "tourCode": "9hXhf8l4ZT"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "86.45",
                  "curCode": "BMD",
                  "percent": "18.9"
                },
                "id": "66770",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "14.79",
                  "curCode": "USD",
                  "percent": "5.6"
                },
                "id": "50249",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "13.25",
                  "curCode": "TTD",
                  "percent": "11.5"
                },
                "id": "66794",
                "type": "POST"
              }
            ],
            "tag": "6IiFtkj5qv",
            "tourCode": "dleULOK7l8"
          }
        ],
        "purchaseTimeLimitDateTime": "2026-09-22T00:00:00.0Z",
        "source": "Abernathy and Sons",
        "totalPrice": {
          "baseAmount": {
            "amount": "64.09",
            "curCode": "AFN",
            "taxable": true
          },
          "equivAmount": {
            "amount": "90.71",
            "curCode": "LBP",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "51.92",
                "curCode": "COP",
                "taxable": false
              },
              "description": "AIRPORT TAX",
              "nation": "LU",
              "taxCode": "w82",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "651"
            },
            {
              "amount": {
                "amount": "95.35",
                "curCode": "AED",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "AW",
              "taxCode": "fLn",
              "taxCodeText": "PAID",
              "taxPadisCode": "945"
            },
            {
              "amount": {
                "amount": "56.99",
                "curCode": "WST",
                "taxable": true
              },
              "description": "FUEL SURCHARGE",
              "nation": "IS",
              "taxCode": "bJm",
              "taxCodeText": "PAID",
              "taxPadisCode": "020"
            }
          ],
          "totalAmount": {
            "amount": "25.41",
            "curCode": "HKD",
            "taxable": false
          },
          "totalTaxes": {
            "amount": "67.1",
            "curCode": "ERN",
            "taxable": true
          },
          "wasTicketValueUsed": true
        },
        "ttl": 1934,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "Before Departure",
              "After Departure",
              "After Departure",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "197.9",
            "feeCurrencyCode": "DJF",
            "hasFee": false,
            "isAllowed": true,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "After Departure",
              "After Departure",
              "Before Departure",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "192.01",
            "feeCurrencyCode": "MDL",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "No Show",
              "Before Departure",
              "After Departure"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "47",
            "feeCurrencyCode": "CDF",
            "hasFee": false,
            "isAllowed": true,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "After Departure",
              "After Departure",
              "No Show",
              "Before Departure"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "131.86",
            "feeCurrencyCode": "ZMW",
            "hasFee": true,
            "isAllowed": false,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "156.83",
          "code": "BFST",
          "currencyCode": "LYD",
          "description": "Standard commission",
          "percentage": "9.77",
          "percentageAppliedToAmount": "667.54"
        },
        "id": "YIVYRDI291SN",
        "journeys": [
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S1",
              "S4",
              "S2",
              "S3"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S2",
              "S1"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S3",
              "S1",
              "S2",
              "S4"
            ]
          },
          {
            "priceClassRefId": "Business",
            "segmentRefIds": [
              "S1",
              "S3"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S3",
              "S4",
              "S1",
              "S2"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "SQ",
            "binNumber": "692886",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "cQ2JSa"
            ],
            "paxRefs": [
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "305.33",
                "curCode": "UAH",
                "taxable": false
              },
              "baseAmount": {
                "amount": "182.66",
                "curCode": "MDL",
                "taxable": true
              },
              "cardCharge": "16.11",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "95.52",
                "curCode": "MNT",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "1.4",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "31.56",
                      "curCode": "PHP",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "CM",
                    "taxCode": "VJz",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "287"
                  }
                ],
                "total": {
                  "amount": "77.95",
                  "curCode": "SBD",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "JL",
            "binNumber": "365470",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "1CkEwq",
              "mvWOmR",
              "IcFhEY",
              "7zaZcu",
              "7xls7u"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "221.34",
                "curCode": "MAD",
                "taxable": false
              },
              "baseAmount": {
                "amount": "212.96",
                "curCode": "SAR",
                "taxable": true
              },
              "cardCharge": "22.77",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "241.63",
                "curCode": "OMR",
                "taxable": false
              },
              "noCharge": true,
              "percentageValue": "3.4",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "80.2",
                      "curCode": "DKK",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "KG",
                    "taxCode": "Z2s",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "690"
                  },
                  {
                    "amount": {
                      "amount": "77.57",
                      "curCode": "KMF",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "MR",
                    "taxCode": "PDO",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "159"
                  },
                  {
                    "amount": {
                      "amount": "41.57",
                      "curCode": "KZT",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "CX",
                    "taxCode": "Z2m",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "310"
                  }
                ],
                "total": {
                  "amount": "449.52",
                  "curCode": "BMD",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "DL",
            "binNumber": "367823",
            "cardCode": "VI",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "HcttO1",
              "sQxWY6",
              "z1ZWlq",
              "8aEZtT",
              "8k9C4H"
            ],
            "paxRefs": [
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "271.43",
                "curCode": "SHP",
                "taxable": true
              },
              "baseAmount": {
                "amount": "347.71",
                "curCode": "VES",
                "taxable": true
              },
              "cardCharge": "12.25",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "84.71",
                "curCode": "MDL",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "0.6",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "39.33",
                      "curCode": "BTN",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "WS",
                    "taxCode": "oA9",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "494"
                  },
                  {
                    "amount": {
                      "amount": "41.44",
                      "curCode": "RWF",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "AO",
                    "taxCode": "gfk",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "297"
                  },
                  {
                    "amount": {
                      "amount": "14.74",
                      "curCode": "DJF",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "AU",
                    "taxCode": "Vpq",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "871"
                  }
                ],
                "total": {
                  "amount": "452.9",
                  "curCode": "SHP",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2026-09-26T00:00:00.0Z",
        "offerItems": [
          {
            "commission": {
              "amount": "176.76",
              "code": "COMM1",
              "currencyCode": "MMK",
              "description": "Standard commission",
              "percentage": "9.93",
              "percentageAppliedToAmount": "124.35"
            },
            "id": "VhiWpV",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.2,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 20.3,
                            "min": 6.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.7,
                            "min": 7,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.2,
                            "min": 2.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.2,
                            "min": 3.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.2,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.9,
                            "min": 5.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.2,
                            "min": 9.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.8,
                            "min": 7.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.9,
                            "min": 8.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.7,
                            "min": 9,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.2,
                            "min": 1.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.4,
                            "min": 0.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 28,
                            "min": 1.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.9,
                            "min": 5.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.4,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.6,
                            "min": 6.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.5,
                            "min": 0.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.6,
                            "min": 6.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.3,
                            "min": 5.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.2,
                            "min": 8.3,
                            "unit": "K"
                          },
                          {
                            "max": 26.7,
                            "min": 2.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.2,
                            "min": 1,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.4,
                            "min": 7.8,
                            "unit": "K"
                          },
                          {
                            "max": 24.4,
                            "min": 7.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "aIfaBzRx",
                      "descriptions": [
                        {
                          "id": "gqpzfyfZia",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "FKyLdZAQiq",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "oPpkGazGah",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "TtWOb",
                      "programID": 865,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "SUwRkvzx",
                      "fareBasisCode": "kBIbj1Kn",
                      "fareCode": "fes",
                      "fareDescription": "Public fare",
                      "rbd": "z",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "K3EpQ"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "63.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "101.57",
                                  "curCode": "BZD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "447.98",
                                  "curCode": "NOK",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "192.78",
                                  "curCode": "GNF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "223.91",
                                  "curCode": "ETB",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "FTRnL",
                                "ruleId": "tinwh0sdO9",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mCrJm",
                                "ruleId": "mzCmmPPmXp",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "rHDjP",
                                "ruleId": "wOW5o8oZ4f",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Woljd",
                                "ruleId": "I6drswS2zx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "438.8",
                                  "curCode": "EUR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "61.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "50.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "tBSEN",
                                "ruleId": "vjwLxsTxXY",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FWAME",
                                "ruleId": "M7PKg4FOti",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CTIit",
                                "ruleId": "3XyzUp9MDx",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "dhezq",
                                "ruleId": "1hn7EyNVcn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "22"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "20.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "398.1",
                                  "curCode": "AED",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "456",
                                  "curCode": "MAD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "51.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "DQkKH",
                                "ruleId": "GZlBLTdkLq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Dmcwh",
                                "ruleId": "y6915PLR25",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mddII",
                                "ruleId": "9DTW1xJE8l",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "388.3",
                                  "curCode": "TMT",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "482.13",
                                  "curCode": "FJD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "88.79",
                                  "curCode": "AED",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "75.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "nNPtE",
                                "ruleId": "79cLut9Y4V",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "tBZet",
                                "ruleId": "VLTNXGNaKp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wcEGS",
                                "ruleId": "YTCWf2wdwQ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "CiwIJ",
                                "ruleId": "FVwGgdOWqh",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mvXtD",
                                "ruleId": "ooeFsp2ANC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "62.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "244.26",
                                  "curCode": "CLP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "60.13",
                                  "curCode": "UYU",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "owIms",
                                "ruleId": "mLCC1HazeH",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "KFRJO",
                                "ruleId": "YV1ncgzc0j",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "IOvul",
                                "ruleId": "Spnd7eonnn",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SpCaY",
                                "ruleId": "rEUoqnoY26",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "213.87",
                        "curCode": "KWD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "53.72",
                          "curCode": "TZS",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "170.1",
                          "curCode": "MDL",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "112.63",
                          "curCode": "RWF",
                          "taxable": false
                        },
                        "exchangeRate": 0.9582
                      },
                      "originalAmount": {
                        "amount": "342.32",
                        "curCode": "LBP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "489.86",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "DLF",
                              "boardingCity": "FCG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "186.04",
                                "curCode": "AFN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "309.79",
                                "curCode": "DOP",
                                "taxable": true
                              },
                              "arrivalCity": "BLK",
                              "boardingCity": "NDQ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "471.96",
                                "curCode": "QAR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "260.51",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "arrivalCity": "PEF",
                              "boardingCity": "RGF",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "75.64",
                                "curCode": "KHR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "271.93",
                            "curCode": "SBD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "79.58",
                              "curCode": "MNT",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MS",
                            "taxCode": "c6v",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "802"
                          },
                          {
                            "amount": {
                              "amount": "36.31",
                              "curCode": "SBD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "HU",
                            "taxCode": "2eF",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "955"
                          },
                          {
                            "amount": {
                              "amount": "22.6",
                              "curCode": "PHP",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PL",
                            "taxCode": "sSl",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "214"
                          }
                        ],
                        "total": {
                          "amount": "309.59",
                          "curCode": "LRD",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "169.6",
                        "curCode": "BSD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "FOB",
                          "date": "2026-08-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RTH",
                          "date": "2027-03-06T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4188,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4630",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BHI",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OHY",
                              "date": "2027-01-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "SXU",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XCG",
                              "date": "2026-08-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XOK",
                              "date": "2026-07-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KZK",
                              "date": "2027-02-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OAF",
                              "date": "2026-10-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GCB",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "XKE",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PGT",
                              "date": "2026-09-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "c_LaDE1k",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "4632",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "g"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RWI",
                          "date": "2027-01-28T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "AKI",
                          "date": "2026-08-30T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1320,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "7928",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FXD",
                              "date": "2027-01-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GQQ",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HCZ",
                              "date": "2027-02-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JZC",
                              "date": "2027-01-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "-dWy1SOv",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "7006",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "y"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TYY",
                          "date": "2026-08-11T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "WGL",
                          "date": "2026-10-22T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4211,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5126",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KNI",
                              "date": "2027-01-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WPC",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KGD",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JDU",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MQK",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XHU",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MML",
                              "date": "2027-05-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OBW",
                              "date": "2027-03-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "TD1Tc-4t",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "3037",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "r"
                      }
                    ],
                    "ticketDesignator": "zdZM",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "66.67",
                        "feeCurrencyCode": "ILS",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "149.12",
                        "feeCurrencyCode": "SBD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "mQsCxpdg",
                      "descriptions": [
                        {
                          "id": "KfwvYMwhBr",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "mNiRD",
                      "programID": 355,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "YjebpwDs",
                      "fareBasisCode": "aDMxY97d",
                      "fareCode": "pJ8",
                      "fareDescription": "Private fare",
                      "rbd": "Z",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "z2GTP"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "338.04",
                                  "curCode": "MGA",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "77.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "298.52",
                                  "curCode": "HUF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "93.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "66"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zcMHz",
                                "ruleId": "okSsCj4DEr",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "xAUal",
                                "ruleId": "185MeB8VbD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "421.83",
                                  "curCode": "TOP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "90"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "XqSQC",
                                "ruleId": "aQf34t7Es7",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WEMnG",
                                "ruleId": "KAHsRrPwvC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "uiydO",
                                "ruleId": "wofE6sUFK8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cbEAI",
                                "ruleId": "oK9Dc84DXX",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "59.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "92.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "87.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "324.44",
                                  "curCode": "HKD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "181.89",
                                  "curCode": "KRW",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "jSbQI",
                                "ruleId": "HPd1tMwOLk",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aWZvm",
                                "ruleId": "dTurgSMxD6",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "PhvYx",
                                "ruleId": "ADXRKkZKIc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XyChm",
                                "ruleId": "RoHQJeiyOD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KDUum",
                                "ruleId": "C7vAUMucEM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "28.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "462.49",
                                  "curCode": "JOD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "mbjWm",
                                "ruleId": "z2RktXpn4U",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "212.77",
                        "curCode": "MWK",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "67.63",
                          "curCode": "RON",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "216.82",
                          "curCode": "CRC",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "343.71",
                          "curCode": "PEN",
                          "taxable": false
                        },
                        "exchangeRate": 0.8743
                      },
                      "originalAmount": {
                        "amount": "75.94",
                        "curCode": "SZL",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "281.27",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "arrivalCity": "SQW",
                              "boardingCity": "VHK",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "372.65",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "62.1",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "arrivalCity": "WCO",
                              "boardingCity": "HYX",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "399.17",
                                "curCode": "EUR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "202.41",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "arrivalCity": "RDS",
                              "boardingCity": "IHW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "335.02",
                                "curCode": "CNY",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "342.56",
                            "curCode": "LBP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "249.79",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "OLW",
                              "boardingCity": "ZCP",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "432.96",
                                "curCode": "BAM",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "376.69",
                                "curCode": "OMR",
                                "taxable": false
                              },
                              "arrivalCity": "PXM",
                              "boardingCity": "GHM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "219.45",
                                "curCode": "IRR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "270.35",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "arrivalCity": "YPW",
                              "boardingCity": "UTK",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "345.88",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "207.67",
                                "curCode": "KMF",
                                "taxable": true
                              },
                              "arrivalCity": "KGP",
                              "boardingCity": "NOP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "191.21",
                                "curCode": "KYD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "293.75",
                            "curCode": "SSP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "34.83",
                              "curCode": "BDT",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KE",
                            "taxCode": "GcN",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "834"
                          }
                        ],
                        "total": {
                          "amount": "231.29",
                          "curCode": "CLP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "299.65",
                        "curCode": "SAR",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "EGZ",
                          "date": "2026-08-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "PLV",
                          "date": "2026-08-02T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4127,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "8389",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZPO",
                              "date": "2026-09-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FUY",
                              "date": "2027-06-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "SRT",
                              "date": "2026-09-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SIN",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "FIU",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LRU",
                              "date": "2027-06-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "DRY",
                              "date": "2026-09-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CVK",
                              "date": "2027-01-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "XPIgaUH8",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4721",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "t"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "FME",
                          "date": "2026-12-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "BWY",
                          "date": "2027-02-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4059,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "4027",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QMA",
                              "date": "2027-06-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UXZ",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "7FCok8FX",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "5247",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "E"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ENN",
                          "date": "2026-07-28T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "PIH",
                          "date": "2026-10-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3611,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1644",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BDB",
                              "date": "2027-04-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WFU",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "SWY",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IUD",
                              "date": "2027-07-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "_YB_AUXx",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "0174",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "b"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PSN",
                          "date": "2026-12-15T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "TGH",
                          "date": "2026-11-05T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3498,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3906",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PYO",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SCL",
                              "date": "2026-12-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "uUvbu2lc",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "0970",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "B"
                      }
                    ],
                    "ticketDesignator": "uee1",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "199.37",
                        "feeCurrencyCode": "BZD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "188.79",
                        "feeCurrencyCode": "MOP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "62.37",
                      "curCode": "ISK",
                      "taxable": true
                    },
                    "arrivalCity": "DBZ",
                    "boardingCity": "TLD",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "99.35",
                      "curCode": "ERN",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "7177290",
                    "airline": "DL",
                    "poviderName": "100K",
                    "programCode": "SILVER",
                    "programName": "MILEAGE PLUS",
                    "signInID": "4038",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "3390826",
                    "airline": "NH",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "5374",
                    "tierCode": "G1",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "7333848",
                    "airline": "JL",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "MILES & MORE",
                    "signInID": "5071",
                    "tierCode": "S1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Hilton",
                  "surname": "Bauch-Ebert"
                },
                "price": {
                  "baseAmount": {
                    "amount": "160.97",
                    "curCode": "MYR",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "467.29",
                      "curCode": "LYD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "376.78",
                      "curCode": "TND",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "78.8",
                      "curCode": "HUF",
                      "taxable": true
                    },
                    "exchangeRate": 0.8633
                  },
                  "originalAmount": {
                    "amount": "240.91",
                    "curCode": "HKD",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "317.89",
                            "curCode": "MWK",
                            "taxable": false
                          },
                          "arrivalCity": "YSC",
                          "boardingCity": "KBX",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "121.84",
                            "curCode": "SHP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "311.8",
                            "curCode": "PAB",
                            "taxable": false
                          },
                          "arrivalCity": "EPW",
                          "boardingCity": "MBZ",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "355.5",
                            "curCode": "BTN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "162.69",
                            "curCode": "HNL",
                            "taxable": true
                          },
                          "arrivalCity": "ILO",
                          "boardingCity": "DRQ",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "60.72",
                            "curCode": "PAB",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "50.31",
                            "curCode": "SBD",
                            "taxable": false
                          },
                          "arrivalCity": "SXW",
                          "boardingCity": "PRP",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "115.35",
                            "curCode": "LBP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "258.46",
                            "curCode": "BDT",
                            "taxable": false
                          },
                          "arrivalCity": "NFD",
                          "boardingCity": "NZF",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "54.9",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "158.97",
                        "curCode": "AMD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "498.87",
                            "curCode": "AZN",
                            "taxable": false
                          },
                          "arrivalCity": "OTK",
                          "boardingCity": "DJH",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "324.37",
                            "curCode": "TWD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "449.13",
                            "curCode": "PAB",
                            "taxable": true
                          },
                          "arrivalCity": "KAJ",
                          "boardingCity": "KGJ",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "289.43",
                            "curCode": "KZT",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "271.22",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "arrivalCity": "ERE",
                          "boardingCity": "OEK",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "498.74",
                            "curCode": "TTD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "371.68",
                            "curCode": "GMD",
                            "taxable": false
                          },
                          "arrivalCity": "EHO",
                          "boardingCity": "URD",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "480.43",
                            "curCode": "BYN",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "199.23",
                        "curCode": "PHP",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "120.64",
                            "curCode": "EGP",
                            "taxable": false
                          },
                          "arrivalCity": "NHZ",
                          "boardingCity": "ZVD",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "178.34",
                            "curCode": "LRD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "472.54",
                            "curCode": "YER",
                            "taxable": false
                          },
                          "arrivalCity": "IBA",
                          "boardingCity": "DEC",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "428.23",
                            "curCode": "RSD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "480.89",
                            "curCode": "XOF",
                            "taxable": true
                          },
                          "arrivalCity": "KPE",
                          "boardingCity": "OOL",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "448.96",
                            "curCode": "COP",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "460.7",
                            "curCode": "KZT",
                            "taxable": true
                          },
                          "arrivalCity": "CZF",
                          "boardingCity": "VSH",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "225.07",
                            "curCode": "BIF",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "249.61",
                        "curCode": "PYG",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "377.01",
                            "curCode": "HUF",
                            "taxable": false
                          },
                          "arrivalCity": "DNO",
                          "boardingCity": "FPQ",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "252.15",
                            "curCode": "BDT",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "268.9",
                            "curCode": "GEL",
                            "taxable": true
                          },
                          "arrivalCity": "NLM",
                          "boardingCity": "GNJ",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "211.28",
                            "curCode": "XPF",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "172.13",
                        "curCode": "GTQ",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "43.86",
                          "curCode": "KZT",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "UY",
                        "taxCode": "YDh",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "314"
                      }
                    ],
                    "total": {
                      "amount": "206.67",
                      "curCode": "BYN",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "470.27",
                    "curCode": "UGX",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "rkaJxugGIF"
              }
            ],
            "type": "Air"
          },
          {
            "id": "wS-Z9q",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "361.8",
                "curCode": "TRY",
                "taxable": true
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "91.84",
                  "curCode": "TRY",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "432.23",
                  "curCode": "MUR",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "288.15",
                  "curCode": "INR",
                  "taxable": false
                },
                "exchangeRate": 1.1389
              },
              "originalAmount": {
                "amount": "89.87",
                "curCode": "KWD",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "286.56",
                        "curCode": "GIP",
                        "taxable": false
                      },
                      "arrivalCity": "TTY",
                      "boardingCity": "MOG",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "361.39",
                        "curCode": "MNT",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "284.58",
                    "curCode": "BGN",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "275.48",
                        "curCode": "NAD",
                        "taxable": true
                      },
                      "arrivalCity": "OOV",
                      "boardingCity": "DJT",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "74.35",
                        "curCode": "INR",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "387.75",
                        "curCode": "YER",
                        "taxable": false
                      },
                      "arrivalCity": "OSI",
                      "boardingCity": "NYJ",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "73.63",
                        "curCode": "XPF",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "58.55",
                        "curCode": "VND",
                        "taxable": false
                      },
                      "arrivalCity": "XBS",
                      "boardingCity": "JKM",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "384.11",
                        "curCode": "DZD",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "399.99",
                    "curCode": "CVE",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "285.8",
                        "curCode": "FJD",
                        "taxable": false
                      },
                      "arrivalCity": "AHJ",
                      "boardingCity": "MVN",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "213.67",
                        "curCode": "GBP",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "338.96",
                    "curCode": "EUR",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "445.8",
                        "curCode": "VND",
                        "taxable": true
                      },
                      "arrivalCity": "CGD",
                      "boardingCity": "IPD",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "51.92",
                        "curCode": "SZL",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "286.17",
                        "curCode": "CAD",
                        "taxable": true
                      },
                      "arrivalCity": "KCM",
                      "boardingCity": "FMB",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "177.53",
                        "curCode": "RON",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "154.75",
                        "curCode": "CUP",
                        "taxable": true
                      },
                      "arrivalCity": "AHO",
                      "boardingCity": "AMF",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "327.94",
                        "curCode": "YER",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "177.5",
                        "curCode": "NZD",
                        "taxable": false
                      },
                      "arrivalCity": "ZIJ",
                      "boardingCity": "DZV",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "388.89",
                        "curCode": "ALL",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "132.71",
                    "curCode": "IRR",
                    "taxable": true
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "77.34",
                      "curCode": "GMD",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "YT",
                    "taxCode": "oIR",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "146"
                  }
                ],
                "total": {
                  "amount": "236.9",
                  "curCode": "BDT",
                  "taxable": false
                }
              },
              "totalAmount": {
                "amount": "81.85",
                "curCode": "SBD",
                "taxable": false
              }
            },
            "segmentRefs": [
              "S1",
              "S2"
            ],
            "serviceDefinition": {
              "airlineCode": "DL",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 14.7,
                        "min": 4.4,
                        "unit": "K"
                      },
                      {
                        "max": 24,
                        "min": 0.5,
                        "unit": "K"
                      },
                      {
                        "max": 25.5,
                        "min": 6.1,
                        "unit": "LBS"
                      },
                      {
                        "max": 24.7,
                        "min": 3.6,
                        "unit": "LBS"
                      },
                      {
                        "max": 26.1,
                        "min": 3.6,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 1
                  }
                ],
                "segments": [
                  "S1",
                  "S2"
                ],
                "totalQty": 2,
                "type": "CheckedBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "fH",
              "reasonForIssuance": "Surface Transportation / Non Air Services",
              "serviceCode": "Vz7"
            },
            "type": "Air"
          },
          {
            "commission": {
              "amount": "93.35",
              "code": "STD01",
              "currencyCode": "NPR",
              "description": "Promotional",
              "percentage": "12.41",
              "percentageAppliedToAmount": "600.31"
            },
            "id": "K2kDxi",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.4,
                            "min": 7.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22,
                            "min": 9.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.3,
                            "min": 0.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.8,
                            "min": 2.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.6,
                            "min": 1,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.1,
                            "min": 0.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 16,
                            "min": 2.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.7,
                            "min": 6.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.7,
                            "min": 4.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.8,
                            "min": 3.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.8,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 24.3,
                            "min": 4.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.3,
                            "min": 3.5,
                            "unit": "K"
                          },
                          {
                            "max": 27.5,
                            "min": 6.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.4,
                            "min": 5.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.8,
                            "min": 9.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.6,
                            "min": 6.8,
                            "unit": "K"
                          },
                          {
                            "max": 25.7,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 26.2,
                            "min": 7.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.9,
                            "min": 8.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "HFchsyCq",
                      "descriptions": [
                        {
                          "id": "PCAKljqwEB",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "CyhLjXpJGW",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "JRbsjrmMFY",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "eXBxJuMLzn",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "LbldLfYbAP",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "AcsFc",
                      "programID": 775,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "FMKqkZwV",
                      "fareBasisCode": "aXsIJGBs",
                      "fareCode": "IN8",
                      "fareDescription": "Private fare",
                      "rbd": "P",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "80nFf"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "80.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "11.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "3.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "FiobR",
                                "ruleId": "EdLh6DnWWG",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "baOWi",
                                "ruleId": "o1BCQ3Ajmz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rjxWO",
                                "ruleId": "VdbqTjKjKb",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OFbsW",
                                "ruleId": "CmqdvItBPQ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QErGp",
                                "ruleId": "tzn66ewsF0",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "89.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "288.47",
                                  "curCode": "FJD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "mjYQP",
                                "ruleId": "xiap9RTkO4",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mrAMF",
                                "ruleId": "LOrYv3FdBA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "411.14",
                        "curCode": "MWK",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "275.95",
                          "curCode": "TMT",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "367.33",
                          "curCode": "EGP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "409.43",
                          "curCode": "AUD",
                          "taxable": false
                        },
                        "exchangeRate": 0.9977
                      },
                      "originalAmount": {
                        "amount": "306.99",
                        "curCode": "MZN",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "227.56",
                                "curCode": "MKD",
                                "taxable": false
                              },
                              "arrivalCity": "JQQ",
                              "boardingCity": "UDD",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "410.71",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "65.2",
                                "curCode": "ERN",
                                "taxable": false
                              },
                              "arrivalCity": "VRH",
                              "boardingCity": "UEI",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "153.26",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "126",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "arrivalCity": "UEO",
                              "boardingCity": "LFF",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "399.83",
                                "curCode": "KMF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "299.04",
                            "curCode": "KRW",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "390.17",
                                "curCode": "XAF",
                                "taxable": false
                              },
                              "arrivalCity": "MMK",
                              "boardingCity": "KJX",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "332.54",
                                "curCode": "PYG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "349.54",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "arrivalCity": "FPL",
                              "boardingCity": "SHS",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "427.9",
                                "curCode": "EUR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "137.62",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "arrivalCity": "CHM",
                              "boardingCity": "VRV",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "387.42",
                                "curCode": "NOK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "411.15",
                                "curCode": "KHR",
                                "taxable": false
                              },
                              "arrivalCity": "DLV",
                              "boardingCity": "UXS",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "252.62",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "176.41",
                            "curCode": "CHF",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "17.72",
                              "curCode": "BYN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "IE",
                            "taxCode": "fHF",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "071"
                          },
                          {
                            "amount": {
                              "amount": "94.02",
                              "curCode": "CAD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "AU",
                            "taxCode": "mIM",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "712"
                          }
                        ],
                        "total": {
                          "amount": "419.95",
                          "curCode": "CRC",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "376.09",
                        "curCode": "CDF",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RDH",
                          "date": "2026-11-05T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "RHT",
                          "date": "2027-07-05T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3864,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "8047",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DTD",
                              "date": "2026-10-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XAH",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YZG",
                              "date": "2026-09-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AFA",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GSQ",
                              "date": "2027-01-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RDO",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XJV",
                              "date": "2026-10-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TON",
                              "date": "2027-04-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XUF",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EAL",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "Tt9VIiSO",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "4257",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NZN",
                          "date": "2026-12-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "IHC",
                          "date": "2027-01-29T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2264,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "5342",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GEE",
                              "date": "2027-04-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EGD",
                              "date": "2027-02-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ZQJ",
                              "date": "2027-04-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EIW",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QMC",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BHV",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QML",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XCT",
                              "date": "2026-09-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "d3hhcA0Y",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "2223",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "q"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YFQ",
                          "date": "2027-05-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TLE",
                          "date": "2027-03-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1494,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "5618",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YAX",
                              "date": "2027-02-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YUB",
                              "date": "2027-05-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "RTW",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YOW",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "GMG",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DMC",
                              "date": "2026-10-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "f4hN4r82",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "8077",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "O"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "XAX",
                          "date": "2026-08-14T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "RZH",
                          "date": "2027-05-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3137,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7447",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RCZ",
                              "date": "2026-10-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GQT",
                              "date": "2027-03-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "III",
                              "date": "2027-05-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ICS",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VQN",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZTV",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VPZ",
                              "date": "2026-08-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GQU",
                              "date": "2026-10-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LAA",
                              "date": "2027-01-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VEW",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "1KL1X7z2",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1937",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "r"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NCR",
                          "date": "2026-12-01T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "OZI",
                          "date": "2027-07-01T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 715,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4553",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "SVM",
                              "date": "2026-08-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NTH",
                              "date": "2027-04-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "J4LsR64C",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "8817",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "R"
                      }
                    ],
                    "ticketDesignator": "silL",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "80.15",
                        "feeCurrencyCode": "MAD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "94.56",
                        "feeCurrencyCode": "MNT",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "55.15",
                        "feeCurrencyCode": "ISK",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "111.35",
                        "feeCurrencyCode": "PEN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "422.96",
                      "curCode": "GYD",
                      "taxable": false
                    },
                    "arrivalCity": "FWD",
                    "boardingCity": "PGN",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "153.57",
                      "curCode": "SBD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "4149088",
                    "airline": "NH",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "0271",
                    "tierCode": "P2",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "8101456",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "MILES & MORE",
                    "signInID": "6339",
                    "tierCode": "S1",
                    "tierName": "Executive",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "2547249",
                    "airline": "DL",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "MILEAGE PLUS",
                    "signInID": "7750",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Eleonore",
                  "surname": "Glover"
                },
                "price": {
                  "baseAmount": {
                    "amount": "95.9",
                    "curCode": "GTQ",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "259.02",
                      "curCode": "CAD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "151.35",
                      "curCode": "TMT",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "277.14",
                      "curCode": "FKP",
                      "taxable": false
                    },
                    "exchangeRate": 0.8803
                  },
                  "originalAmount": {
                    "amount": "324.92",
                    "curCode": "TZS",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "414.29",
                            "curCode": "SDG",
                            "taxable": false
                          },
                          "arrivalCity": "NTV",
                          "boardingCity": "HXT",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "57.59",
                            "curCode": "OMR",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "446.11",
                        "curCode": "IQD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "272.02",
                            "curCode": "QAR",
                            "taxable": false
                          },
                          "arrivalCity": "ECJ",
                          "boardingCity": "XUV",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "210.88",
                            "curCode": "NZD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "404.22",
                        "curCode": "STN",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "493.39",
                            "curCode": "FKP",
                            "taxable": true
                          },
                          "arrivalCity": "TWG",
                          "boardingCity": "AGT",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "51.38",
                            "curCode": "UGX",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "490.72",
                            "curCode": "KES",
                            "taxable": false
                          },
                          "arrivalCity": "XFK",
                          "boardingCity": "KLZ",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "486.69",
                            "curCode": "DZD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "216.62",
                        "curCode": "JOD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "451.15",
                            "curCode": "AZN",
                            "taxable": true
                          },
                          "arrivalCity": "WUR",
                          "boardingCity": "LCH",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "212.25",
                            "curCode": "AED",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "409.67",
                            "curCode": "RUB",
                            "taxable": false
                          },
                          "arrivalCity": "QUY",
                          "boardingCity": "WZN",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "274.13",
                            "curCode": "AED",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "473.9",
                            "curCode": "RON",
                            "taxable": true
                          },
                          "arrivalCity": "FOY",
                          "boardingCity": "AQH",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "438.71",
                            "curCode": "RUB",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "137.29",
                            "curCode": "RSD",
                            "taxable": false
                          },
                          "arrivalCity": "DAR",
                          "boardingCity": "CLI",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "165.06",
                            "curCode": "GHS",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "280.85",
                            "curCode": "BSD",
                            "taxable": false
                          },
                          "arrivalCity": "KPQ",
                          "boardingCity": "QEU",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "75.82",
                            "curCode": "HTG",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "103.88",
                        "curCode": "SZL",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "317.29",
                            "curCode": "SYP",
                            "taxable": true
                          },
                          "arrivalCity": "WJP",
                          "boardingCity": "PUE",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "318.63",
                            "curCode": "KPW",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "85.85",
                        "curCode": "MKD",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "96.38",
                          "curCode": "CNY",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "QA",
                        "taxCode": "IdC",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "056"
                      },
                      {
                        "amount": {
                          "amount": "36.81",
                          "curCode": "OMR",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "BG",
                        "taxCode": "5qO",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "832"
                      },
                      {
                        "amount": {
                          "amount": "34.78",
                          "curCode": "NZD",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "BV",
                        "taxCode": "TCw",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "338"
                      },
                      {
                        "amount": {
                          "amount": "99.08",
                          "curCode": "XAF",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "VC",
                        "taxCode": "DW7",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "076"
                      }
                    ],
                    "total": {
                      "amount": "457.29",
                      "curCode": "CHF",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "435.86",
                    "curCode": "PLN",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "DsjWKMmSQc"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.4,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 22.5,
                            "min": 6.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.2,
                            "min": 2.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.2,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 18,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 30,
                            "min": 3.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.2,
                            "min": 7.8,
                            "unit": "K"
                          },
                          {
                            "max": 12.1,
                            "min": 8.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.5,
                            "min": 1.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.8,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 28.3,
                            "min": 3.8,
                            "unit": "K"
                          },
                          {
                            "max": 26,
                            "min": 8.9,
                            "unit": "K"
                          },
                          {
                            "max": 13.9,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.7,
                            "min": 0.8,
                            "unit": "K"
                          },
                          {
                            "max": 14.3,
                            "min": 6.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.1,
                            "min": 8.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.7,
                            "min": 4,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.4,
                            "min": 5.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.8,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.3,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.2,
                            "min": 8.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.4,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.4,
                            "min": 9.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.6,
                            "min": 5.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.2,
                            "min": 3.6,
                            "unit": "K"
                          },
                          {
                            "max": 28.8,
                            "min": 4.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.3,
                            "min": 9.1,
                            "unit": "K"
                          },
                          {
                            "max": 27.7,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 15,
                            "min": 8.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.6,
                            "min": 3.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.9,
                            "min": 10,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.2,
                            "min": 6.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 14,
                            "min": 1.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.6,
                            "min": 2.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.8,
                            "min": 3.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.3,
                            "min": 4.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.3,
                            "min": 1.4,
                            "unit": "K"
                          },
                          {
                            "max": 15.2,
                            "min": 5.4,
                            "unit": "K"
                          },
                          {
                            "max": 14.5,
                            "min": 3.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.5,
                            "min": 1.8,
                            "unit": "K"
                          },
                          {
                            "max": 12.9,
                            "min": 2.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.5,
                            "min": 4.8,
                            "unit": "K"
                          },
                          {
                            "max": 27.6,
                            "min": 9.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 27,
                            "min": 1.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "nvjphWOT",
                      "descriptions": [
                        {
                          "id": "OpmBZkiGqb",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "NzWEw",
                      "programID": 312,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "IcNVPqjH",
                      "fareBasisCode": "FWSivxx5",
                      "fareCode": "lHU",
                      "fareDescription": "Private fare",
                      "rbd": "F",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "xZKP3"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "81.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "90.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "FQYQz",
                                "ruleId": "9ehs3gZtt8",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "NQRLc",
                                "ruleId": "o1F3pxrnY3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Zdrok",
                                "ruleId": "ggTGIzETJC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kFcvl",
                                "ruleId": "TWJckA4J2V",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "55.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "78.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "61.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "34.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "58.8"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "KHQKy",
                                "ruleId": "f7zIFjqWxb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ouLno",
                                "ruleId": "S1nuu8UsUt",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "aESeO",
                                "ruleId": "g0Nioldzr1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "sWoVJ",
                                "ruleId": "zGEtKZRfG1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mwSOO",
                                "ruleId": "M9NkLv4sHS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "92.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "495.4",
                                  "curCode": "NPR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "103.17",
                                  "curCode": "HTG",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "46.2"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "338.78",
                                  "curCode": "BZD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RjlUZ",
                                "ruleId": "NOBDnlw3eX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "BFOBm",
                                "ruleId": "UcWvLSo0Ir",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cxxnh",
                                "ruleId": "XD2GdpDTCc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "GmYPU",
                                "ruleId": "xwNj36IrOn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "47"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "79.7"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "gAXfd",
                                "ruleId": "nofTzg8ujW",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WZCFT",
                                "ruleId": "pvoSOlJKht",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "287.13",
                        "curCode": "BTN",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "74.05",
                          "curCode": "XAF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "70.04",
                          "curCode": "GMD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "167.39",
                          "curCode": "SAR",
                          "taxable": true
                        },
                        "exchangeRate": 1.0859
                      },
                      "originalAmount": {
                        "amount": "68.87",
                        "curCode": "LRD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "390.88",
                                "curCode": "SOS",
                                "taxable": false
                              },
                              "arrivalCity": "UPD",
                              "boardingCity": "VLZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "116.84",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "76.23",
                                "curCode": "TMT",
                                "taxable": false
                              },
                              "arrivalCity": "UYL",
                              "boardingCity": "IIN",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "434.93",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "50.1",
                            "curCode": "SCR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "313.93",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "arrivalCity": "YNP",
                              "boardingCity": "HOZ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "75.79",
                                "curCode": "STN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "368.26",
                                "curCode": "DZD",
                                "taxable": false
                              },
                              "arrivalCity": "JJC",
                              "boardingCity": "MVZ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "347.92",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "238.34",
                            "curCode": "NPR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "234.23",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "BXD",
                              "boardingCity": "FEJ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "458.14",
                                "curCode": "RON",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "63.32",
                                "curCode": "KMF",
                                "taxable": false
                              },
                              "arrivalCity": "IFF",
                              "boardingCity": "NHQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "417.07",
                                "curCode": "DKK",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "373.81",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "arrivalCity": "ZMR",
                              "boardingCity": "NKS",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "131.52",
                                "curCode": "SZL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "419.22",
                            "curCode": "CAD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "240.55",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "arrivalCity": "WXI",
                              "boardingCity": "UDK",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "495.62",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "401.62",
                            "curCode": "SEK",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "34.45",
                              "curCode": "GYD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KE",
                            "taxCode": "5KI",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "488"
                          }
                        ],
                        "total": {
                          "amount": "105.32",
                          "curCode": "SRD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "248.98",
                        "curCode": "CDF",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PMT",
                          "date": "2026-08-01T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "LPZ",
                          "date": "2026-08-21T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3879,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "9422",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NKY",
                              "date": "2026-10-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PVB",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NOJ",
                              "date": "2027-02-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TRA",
                              "date": "2027-02-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "u82v2H_E",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "9047",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "d"
                      }
                    ],
                    "ticketDesignator": "lwnP",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "99.86",
                        "feeCurrencyCode": "MYR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "191.61",
                        "feeCurrencyCode": "KHR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "99.31",
                        "feeCurrencyCode": "NGN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "HkbjEMjQ",
                      "descriptions": [
                        {
                          "id": "LHKpGzFcqD",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "FoEUsBapoO",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "yLoUIeQYjJ",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "WNmCb",
                      "programID": 423,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "RYsGqSMh",
                      "fareBasisCode": "DRW5nnPV",
                      "fareCode": "jVY",
                      "fareDescription": "Private fare",
                      "rbd": "F",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "B8h0b"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "100.34",
                                  "curCode": "SYP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "39"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "JuYoD",
                                "ruleId": "13HEiS0rIP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "Znfvc",
                                "ruleId": "dwGjanolrP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lKUcS",
                                "ruleId": "iuB0iX79yZ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ORaCH",
                                "ruleId": "LYkPaMYc2g",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "412.36",
                                  "curCode": "YER",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "52.8"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zpgHO",
                                "ruleId": "k4SLoZZUle",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QeOIK",
                                "ruleId": "kx1vVs4plA",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WJjhv",
                                "ruleId": "XkrXedjxKS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fsFbV",
                                "ruleId": "63YtMylmoN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "305.64",
                                  "curCode": "SRD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "72.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "73.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "47"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "423.27",
                                  "curCode": "BZD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "nxHQS",
                                "ruleId": "WhGucAbFrb",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "471.05",
                        "curCode": "AFN",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "120.39",
                          "curCode": "INR",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "156.12",
                          "curCode": "JOD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "178.32",
                          "curCode": "PKR",
                          "taxable": false
                        },
                        "exchangeRate": 0.862
                      },
                      "originalAmount": {
                        "amount": "217.64",
                        "curCode": "AUD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "83.72",
                                "curCode": "VES",
                                "taxable": false
                              },
                              "arrivalCity": "XVH",
                              "boardingCity": "ARM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "124.38",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "310.31",
                                "curCode": "MDL",
                                "taxable": true
                              },
                              "arrivalCity": "MIM",
                              "boardingCity": "JOI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "147.4",
                                "curCode": "CRC",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "79.97",
                                "curCode": "BWP",
                                "taxable": true
                              },
                              "arrivalCity": "DSY",
                              "boardingCity": "PYG",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "80.7",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "223.66",
                            "curCode": "LYD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "481.76",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "VPV",
                              "boardingCity": "FUE",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "142.2",
                                "curCode": "BSD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "165.64",
                                "curCode": "CRC",
                                "taxable": true
                              },
                              "arrivalCity": "IDT",
                              "boardingCity": "OLB",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "114.72",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "351.21",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "arrivalCity": "IDM",
                              "boardingCity": "TVP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "287.19",
                                "curCode": "SRD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "139.97",
                            "curCode": "THB",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "74.58",
                                "curCode": "RUB",
                                "taxable": false
                              },
                              "arrivalCity": "FFF",
                              "boardingCity": "ZQI",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "422.11",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "441.56",
                                "curCode": "ZWL",
                                "taxable": true
                              },
                              "arrivalCity": "EAJ",
                              "boardingCity": "GOR",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "480.39",
                                "curCode": "RON",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "165.83",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "arrivalCity": "YNI",
                              "boardingCity": "QFC",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "371.86",
                                "curCode": "KMF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "366.39",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "arrivalCity": "KER",
                              "boardingCity": "LIJ",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "424.04",
                                "curCode": "MUR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "214.83",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "arrivalCity": "MBW",
                              "boardingCity": "GTR",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "259.9",
                                "curCode": "MGA",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "247.1",
                            "curCode": "SGD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "87.92",
                              "curCode": "MRU",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BI",
                            "taxCode": "vkC",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "637"
                          },
                          {
                            "amount": {
                              "amount": "78.04",
                              "curCode": "CHF",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "BL",
                            "taxCode": "ilZ",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "848"
                          },
                          {
                            "amount": {
                              "amount": "78.56",
                              "curCode": "AOA",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "GM",
                            "taxCode": "09y",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "044"
                          }
                        ],
                        "total": {
                          "amount": "158.61",
                          "curCode": "ETB",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "312.89",
                        "curCode": "AED",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "HUO",
                          "date": "2027-01-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OVS",
                          "date": "2026-12-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2529,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1054",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RBM",
                              "date": "2027-05-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SPC",
                              "date": "2026-12-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "TKPz7naj",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "2337",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "i"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XXM",
                          "date": "2027-05-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "TQJ",
                          "date": "2026-10-24T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 529,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4382",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "REF",
                              "date": "2026-11-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OPN",
                              "date": "2027-05-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "lEGCtCO1",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "5582",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "AAL",
                          "date": "2026-12-12T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "SZC",
                          "date": "2027-06-09T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 180,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "6768",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WZX",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OCK",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HWV",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NXJ",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PFY",
                              "date": "2027-07-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WCX",
                              "date": "2027-05-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GUC",
                              "date": "2026-11-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UQF",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "edLk-_UI",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "3036",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "WMX",
                          "date": "2027-02-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UWC",
                          "date": "2026-09-18T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1828,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "2468",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UZU",
                              "date": "2026-08-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NQL",
                              "date": "2027-03-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YEG",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DSD",
                              "date": "2027-04-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YBI",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BQV",
                              "date": "2027-02-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "TLPatZIh",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "6836",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NTP",
                          "date": "2027-01-21T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KUX",
                          "date": "2027-06-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3307,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9768",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OTZ",
                              "date": "2026-08-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UTT",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TPJ",
                              "date": "2027-05-18T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LFE",
                              "date": "2027-01-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "RQE",
                              "date": "2026-07-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XJS",
                              "date": "2026-10-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CMZ",
                              "date": "2027-03-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DAL",
                              "date": "2026-11-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "luWMoAsp",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "3203",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "q"
                      }
                    ],
                    "ticketDesignator": "YIyi",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "197",
                        "feeCurrencyCode": "BYN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "171.25",
                        "feeCurrencyCode": "SDG",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "455.98",
                      "curCode": "VND",
                      "taxable": false
                    },
                    "arrivalCity": "KXW",
                    "boardingCity": "PCJ",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "90.28",
                      "curCode": "MDL",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "314.31",
                      "curCode": "CHF",
                      "taxable": true
                    },
                    "arrivalCity": "BYU",
                    "boardingCity": "IHD",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "353.65",
                      "curCode": "NPR",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "6972728",
                    "airline": "AF",
                    "poviderName": "100K",
                    "programCode": "GOLD",
                    "programName": "MILES & MORE",
                    "signInID": "1707",
                    "tierCode": "G1",
                    "tierName": "Elite",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Oren",
                  "surname": "Beer"
                },
                "price": {
                  "baseAmount": {
                    "amount": "108.11",
                    "curCode": "HKD",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "269.5",
                      "curCode": "SGD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "149.12",
                      "curCode": "COP",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "66.86",
                      "curCode": "XCD",
                      "taxable": false
                    },
                    "exchangeRate": 1.1433
                  },
                  "originalAmount": {
                    "amount": "371.32",
                    "curCode": "TMT",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "408.92",
                            "curCode": "KES",
                            "taxable": false
                          },
                          "arrivalCity": "LLB",
                          "boardingCity": "HWG",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "137.63",
                            "curCode": "BIF",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "163.58",
                            "curCode": "KHR",
                            "taxable": true
                          },
                          "arrivalCity": "IQP",
                          "boardingCity": "YCM",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "313.86",
                            "curCode": "AED",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "489.99",
                            "curCode": "ANG",
                            "taxable": true
                          },
                          "arrivalCity": "JES",
                          "boardingCity": "NGW",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "250.57",
                            "curCode": "TND",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "162.85",
                            "curCode": "ALL",
                            "taxable": true
                          },
                          "arrivalCity": "XRH",
                          "boardingCity": "FPG",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "220.48",
                            "curCode": "SYP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "270.95",
                        "curCode": "LAK",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "369.54",
                            "curCode": "BTN",
                            "taxable": false
                          },
                          "arrivalCity": "RSP",
                          "boardingCity": "HVB",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "237.14",
                            "curCode": "DKK",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "469.89",
                            "curCode": "PHP",
                            "taxable": false
                          },
                          "arrivalCity": "RLM",
                          "boardingCity": "LFS",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "474.86",
                            "curCode": "AUD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "170.79",
                            "curCode": "LSL",
                            "taxable": true
                          },
                          "arrivalCity": "YDY",
                          "boardingCity": "REF",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "153.16",
                            "curCode": "EGP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "401.57",
                        "curCode": "MGA",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "317.5",
                            "curCode": "SRD",
                            "taxable": false
                          },
                          "arrivalCity": "MQS",
                          "boardingCity": "OAW",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "246.08",
                            "curCode": "BMD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "164.06",
                        "curCode": "USD",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "448.07",
                            "curCode": "KRW",
                            "taxable": true
                          },
                          "arrivalCity": "BAK",
                          "boardingCity": "PJD",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "91.03",
                            "curCode": "LAK",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "398.45",
                            "curCode": "SRD",
                            "taxable": false
                          },
                          "arrivalCity": "LIM",
                          "boardingCity": "YDN",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "350.29",
                            "curCode": "TND",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "88.42",
                            "curCode": "SBD",
                            "taxable": false
                          },
                          "arrivalCity": "PDF",
                          "boardingCity": "JRG",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "441.67",
                            "curCode": "SBD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "273.57",
                        "curCode": "TWD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "322.03",
                            "curCode": "AFN",
                            "taxable": false
                          },
                          "arrivalCity": "WCM",
                          "boardingCity": "AWF",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "92.05",
                            "curCode": "RSD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "58.57",
                            "curCode": "IRR",
                            "taxable": false
                          },
                          "arrivalCity": "VHP",
                          "boardingCity": "UHZ",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "442.23",
                            "curCode": "IRR",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "83.9",
                            "curCode": "KHR",
                            "taxable": true
                          },
                          "arrivalCity": "BFU",
                          "boardingCity": "BVJ",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "279.37",
                            "curCode": "CAD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "139.4",
                            "curCode": "SHP",
                            "taxable": true
                          },
                          "arrivalCity": "TIA",
                          "boardingCity": "XYU",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "141.12",
                            "curCode": "KGS",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "389.31",
                            "curCode": "SCR",
                            "taxable": false
                          },
                          "arrivalCity": "WEH",
                          "boardingCity": "ZSD",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "132.26",
                            "curCode": "DJF",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "63.12",
                        "curCode": "MGA",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "37.26",
                          "curCode": "LKR",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "PY",
                        "taxCode": "bkv",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "299"
                      },
                      {
                        "amount": {
                          "amount": "72.66",
                          "curCode": "VND",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TK",
                        "taxCode": "mGk",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "705"
                      },
                      {
                        "amount": {
                          "amount": "60.14",
                          "curCode": "AMD",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "MZ",
                        "taxCode": "7gN",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "897"
                      }
                    ],
                    "total": {
                      "amount": "145.11",
                      "curCode": "LBP",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "382.39",
                    "curCode": "TJS",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "sGcTmpCXSA"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14,
                            "min": 9.4,
                            "unit": "K"
                          },
                          {
                            "max": 14.2,
                            "min": 3.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.9,
                            "min": 8.6,
                            "unit": "K"
                          },
                          {
                            "max": 24.3,
                            "min": 2.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.5,
                            "min": 9.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.5,
                            "min": 5.8,
                            "unit": "K"
                          },
                          {
                            "max": 14.8,
                            "min": 0.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.9,
                            "min": 3.4,
                            "unit": "K"
                          },
                          {
                            "max": 29.1,
                            "min": 2.4,
                            "unit": "K"
                          },
                          {
                            "max": 14.1,
                            "min": 7.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.5,
                            "min": 0.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.6,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 25.9,
                            "min": 8,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.9,
                            "min": 1.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.4,
                            "min": 4.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.2,
                            "min": 6.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.6,
                            "min": 1.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.9,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.5,
                            "min": 1.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.9,
                            "min": 3.9,
                            "unit": "K"
                          },
                          {
                            "max": 20.6,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.4,
                            "min": 1.7,
                            "unit": "K"
                          },
                          {
                            "max": 17.6,
                            "min": 7.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.5,
                            "min": 4.3,
                            "unit": "K"
                          },
                          {
                            "max": 19.8,
                            "min": 9.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.1,
                            "min": 6.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.2,
                            "min": 4.2,
                            "unit": "K"
                          },
                          {
                            "max": 28.2,
                            "min": 5.4,
                            "unit": "K"
                          },
                          {
                            "max": 11.5,
                            "min": 5.6,
                            "unit": "K"
                          },
                          {
                            "max": 18.1,
                            "min": 6.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "mKxYYXZC",
                      "descriptions": [
                        {
                          "id": "OKlmretzLk",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "cdxOzPxrtD",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "BebixdOpws",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "vLHMW",
                      "programID": 879,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "dZDWTOgg",
                      "fareBasisCode": "AChDgJT5",
                      "fareCode": "e35",
                      "fareDescription": "Public fare",
                      "rbd": "k",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "EohZl"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "94.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "Wwsvs",
                                "ruleId": "KyKWmOONzC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "obXaI",
                                "ruleId": "i7aMZ8Ng35",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "iOqUY",
                                "ruleId": "WXsnwDSwoo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vPJZh",
                                "ruleId": "pzk3WjLzaI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MesSn",
                                "ruleId": "rKQjRuc4wu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "43.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "97.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "NCmTH",
                                "ruleId": "8sAm8UXQG0",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "96.59",
                                  "curCode": "PHP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "66.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "91.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "XYNlr",
                                "ruleId": "QpEl2bYRK2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "66.01",
                        "curCode": "PYG",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "288.67",
                          "curCode": "KWD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "329.03",
                          "curCode": "MUR",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "210.54",
                          "curCode": "USD",
                          "taxable": true
                        },
                        "exchangeRate": 1.0543
                      },
                      "originalAmount": {
                        "amount": "353.56",
                        "curCode": "BOB",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "382.41",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "arrivalCity": "HAH",
                              "boardingCity": "LYY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "261.67",
                                "curCode": "AMD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "447.11",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "arrivalCity": "NGM",
                              "boardingCity": "CPF",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "123.92",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "362.63",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "arrivalCity": "HCJ",
                              "boardingCity": "YGO",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "475.07",
                                "curCode": "MKD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "238.76",
                            "curCode": "QAR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "372.49",
                                "curCode": "MZN",
                                "taxable": true
                              },
                              "arrivalCity": "KNI",
                              "boardingCity": "ZZF",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "413.2",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "395.94",
                                "curCode": "RON",
                                "taxable": true
                              },
                              "arrivalCity": "OJR",
                              "boardingCity": "RYP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "119.24",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "307.37",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "arrivalCity": "AWX",
                              "boardingCity": "VQO",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "410.94",
                                "curCode": "BSD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "316.3",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "arrivalCity": "ZND",
                              "boardingCity": "VTM",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "77.64",
                                "curCode": "CHF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "335.07",
                                "curCode": "PGK",
                                "taxable": true
                              },
                              "arrivalCity": "BVF",
                              "boardingCity": "KRK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "485.01",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "217.63",
                            "curCode": "ARS",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "54.29",
                              "curCode": "DKK",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BW",
                            "taxCode": "BSW",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "415"
                          },
                          {
                            "amount": {
                              "amount": "74.96",
                              "curCode": "BMD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "UG",
                            "taxCode": "mnH",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "331"
                          },
                          {
                            "amount": {
                              "amount": "23.54",
                              "curCode": "FKP",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "GR",
                            "taxCode": "DcZ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "307"
                          }
                        ],
                        "total": {
                          "amount": "272.9",
                          "curCode": "XCD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "371.67",
                        "curCode": "XCD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SLI",
                          "date": "2027-03-16T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EXE",
                          "date": "2026-09-25T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 992,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5214",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EAX",
                              "date": "2026-07-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KPZ",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TGF",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SPV",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ZZT",
                              "date": "2027-06-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CZR",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "yYAdhm6G",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "6868",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "e"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EGI",
                          "date": "2026-09-30T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "FNN",
                          "date": "2027-03-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 119,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "3058",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DHF",
                              "date": "2026-09-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UEZ",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "1_KdlHnG",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "7360",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "t"
                      }
                    ],
                    "ticketDesignator": "VPwy",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "187.19",
                        "feeCurrencyCode": "SCR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "127.25",
                      "curCode": "SSP",
                      "taxable": false
                    },
                    "arrivalCity": "CIR",
                    "boardingCity": "LSB",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "351.08",
                      "curCode": "TJS",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "3753428",
                    "airline": "UA",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "5495",
                    "tierCode": "P1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "7524964",
                    "airline": "BA",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "SKYMILES GOLD",
                    "signInID": "8474",
                    "tierCode": "E1",
                    "tierName": "Executive",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Tia",
                  "surname": "Medhurst"
                },
                "price": {
                  "baseAmount": {
                    "amount": "412.37",
                    "curCode": "UGX",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "366.2",
                      "curCode": "BZD",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "333.18",
                      "curCode": "BIF",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "179.38",
                      "curCode": "PEN",
                      "taxable": false
                    },
                    "exchangeRate": 1.1878
                  },
                  "originalAmount": {
                    "amount": "65.15",
                    "curCode": "LRD",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "253.98",
                            "curCode": "UAH",
                            "taxable": true
                          },
                          "arrivalCity": "REF",
                          "boardingCity": "WCT",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "352.01",
                            "curCode": "TMT",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "342.05",
                            "curCode": "NOK",
                            "taxable": false
                          },
                          "arrivalCity": "LGZ",
                          "boardingCity": "VHI",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "196.56",
                            "curCode": "ANG",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "299.97",
                            "curCode": "SAR",
                            "taxable": true
                          },
                          "arrivalCity": "YLS",
                          "boardingCity": "GRD",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "96.39",
                            "curCode": "SOS",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "239.07",
                        "curCode": "TZS",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "285.27",
                            "curCode": "BWP",
                            "taxable": false
                          },
                          "arrivalCity": "EOR",
                          "boardingCity": "EXC",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "261.76",
                            "curCode": "UYU",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "188.85",
                            "curCode": "LYD",
                            "taxable": false
                          },
                          "arrivalCity": "LNX",
                          "boardingCity": "HLI",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "245.33",
                            "curCode": "USD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "278.16",
                            "curCode": "ZAR",
                            "taxable": true
                          },
                          "arrivalCity": "RBG",
                          "boardingCity": "QRW",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "211.74",
                            "curCode": "VUV",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "292.12",
                            "curCode": "BIF",
                            "taxable": false
                          },
                          "arrivalCity": "ZNW",
                          "boardingCity": "JBQ",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "109.14",
                            "curCode": "LAK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "229.6",
                        "curCode": "GMD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "315.43",
                            "curCode": "MMK",
                            "taxable": false
                          },
                          "arrivalCity": "VEF",
                          "boardingCity": "PBJ",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "456.26",
                            "curCode": "MNT",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "451.2",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "arrivalCity": "KPF",
                          "boardingCity": "ASK",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "127.57",
                            "curCode": "SRD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "130.24",
                            "curCode": "NZD",
                            "taxable": true
                          },
                          "arrivalCity": "TXH",
                          "boardingCity": "XRK",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "196.9",
                            "curCode": "SLE",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "444.16",
                        "curCode": "AZN",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "113.56",
                            "curCode": "RSD",
                            "taxable": false
                          },
                          "arrivalCity": "FLJ",
                          "boardingCity": "RJD",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "68.64",
                            "curCode": "KGS",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "326.71",
                            "curCode": "ANG",
                            "taxable": true
                          },
                          "arrivalCity": "CBJ",
                          "boardingCity": "WOT",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "91.9",
                            "curCode": "BND",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "446.91",
                            "curCode": "XAF",
                            "taxable": true
                          },
                          "arrivalCity": "DYP",
                          "boardingCity": "HUB",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "59.62",
                            "curCode": "IQD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "286.22",
                            "curCode": "BMD",
                            "taxable": false
                          },
                          "arrivalCity": "HWJ",
                          "boardingCity": "VQV",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "232.78",
                            "curCode": "NGN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "76.26",
                        "curCode": "QAR",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "191.86",
                            "curCode": "NGN",
                            "taxable": false
                          },
                          "arrivalCity": "QGH",
                          "boardingCity": "BCE",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "488.29",
                            "curCode": "BTN",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "191.24",
                            "curCode": "NAD",
                            "taxable": true
                          },
                          "arrivalCity": "UVI",
                          "boardingCity": "RJM",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "339.19",
                            "curCode": "DJF",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "146.61",
                            "curCode": "RSD",
                            "taxable": false
                          },
                          "arrivalCity": "GZW",
                          "boardingCity": "CPP",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "382.65",
                            "curCode": "TZS",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "71.94",
                        "curCode": "BZD",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "18.57",
                          "curCode": "GMD",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "FR",
                        "taxCode": "rre",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "092"
                      },
                      {
                        "amount": {
                          "amount": "96.51",
                          "curCode": "VND",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "FI",
                        "taxCode": "zJd",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "591"
                      },
                      {
                        "amount": {
                          "amount": "59.43",
                          "curCode": "OMR",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "GN",
                        "taxCode": "qvq",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "354"
                      },
                      {
                        "amount": {
                          "amount": "28.37",
                          "curCode": "KHR",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "TT",
                        "taxCode": "FWK",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "937"
                      }
                    ],
                    "total": {
                      "amount": "187.29",
                      "curCode": "PLN",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "475.56",
                    "curCode": "MWK",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "YdjaSiandB"
              }
            ],
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2027-06-18T00:00:00.0Z",
        "paymentTimeLimitText": "2026-07-22T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "PDE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "LRNM2tbr",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "75",
              "curCode": "BND",
              "taxable": false
            },
            "percentage": "56.6",
            "typeCode": "NoShow",
            "upgradeFeeInd": true
          },
          {
            "appCode": "ADE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "GRFuodPL",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "288.3",
              "curCode": "MAD",
              "taxable": true
            },
            "percentage": "68.3",
            "typeCode": "NoShow",
            "upgradeFeeInd": true
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "HWB8eWPt",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "56.26",
              "curCode": "BRL",
              "taxable": false
            },
            "percentage": "44.8",
            "typeCode": "NoShow",
            "upgradeFeeInd": false
          },
          {
            "appCode": "PDE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": false,
            "description": "Reissue allowed with fee",
            "id": "X4TvDvyc",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "117.65",
              "curCode": "MUR",
              "taxable": false
            },
            "percentage": "72.2",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          },
          {
            "appCode": "ADE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Reissue allowed with fee",
            "id": "klHC2_zf",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "310.6",
              "curCode": "BSD",
              "taxable": false
            },
            "percentage": "33.3",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "209.67",
            "curCode": "GIP",
            "taxable": false
          },
          "discount": {
            "description": "CORPORATE_DISCOUNT",
            "discountAmount": {
              "amount": "388.9",
              "curCode": "SYP",
              "taxable": true
            },
            "preDiscountedAmount": {
              "amount": "306.73",
              "curCode": "MGA",
              "taxable": false
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "241.73",
              "curCode": "KRW",
              "taxable": true
            },
            "exchangeRate": 0.981
          },
          "originalAmount": {
            "amount": "473.92",
            "curCode": "KPW",
            "taxable": false
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "379.13",
                    "curCode": "MMK",
                    "taxable": true
                  },
                  "arrivalCity": "OJX",
                  "boardingCity": "RYA",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "223.2",
                    "curCode": "BOB",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "191.71",
                    "curCode": "STN",
                    "taxable": false
                  },
                  "arrivalCity": "CNC",
                  "boardingCity": "XPE",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "479.72",
                    "curCode": "YER",
                    "taxable": true
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "269.93",
                    "curCode": "TND",
                    "taxable": false
                  },
                  "arrivalCity": "ZDQ",
                  "boardingCity": "DXM",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "208.45",
                    "curCode": "RUB",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "230",
                    "curCode": "QAR",
                    "taxable": false
                  },
                  "arrivalCity": "NVM",
                  "boardingCity": "WME",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "295.9",
                    "curCode": "BBD",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "110.12",
                "curCode": "BDT",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "314.77",
                    "curCode": "JMD",
                    "taxable": false
                  },
                  "arrivalCity": "AWK",
                  "boardingCity": "NJW",
                  "description": "Segment Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "121.46",
                    "curCode": "CNY",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "119.6",
                    "curCode": "DKK",
                    "taxable": true
                  },
                  "arrivalCity": "GGG",
                  "boardingCity": "XQL",
                  "description": "Segment Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "345.28",
                    "curCode": "PAB",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "345.86",
                "curCode": "SOS",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "167.12",
                    "curCode": "RSD",
                    "taxable": true
                  },
                  "arrivalCity": "FJJ",
                  "boardingCity": "GWP",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "90.43",
                    "curCode": "BSD",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "399.57",
                    "curCode": "GNF",
                    "taxable": false
                  },
                  "arrivalCity": "UAG",
                  "boardingCity": "EJI",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "112.8",
                    "curCode": "TMT",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "428.34",
                    "curCode": "MVR",
                    "taxable": true
                  },
                  "arrivalCity": "IKR",
                  "boardingCity": "CKD",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "486.74",
                    "curCode": "DJF",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "349.87",
                    "curCode": "NZD",
                    "taxable": true
                  },
                  "arrivalCity": "STP",
                  "boardingCity": "UTF",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "350.13",
                    "curCode": "SAR",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "166.41",
                "curCode": "UGX",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "248.98",
                    "curCode": "BHD",
                    "taxable": true
                  },
                  "arrivalCity": "KQJ",
                  "boardingCity": "WYE",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "265.29",
                    "curCode": "BAM",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "228.59",
                    "curCode": "IRR",
                    "taxable": true
                  },
                  "arrivalCity": "GEJ",
                  "boardingCity": "WZB",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "211.53",
                    "curCode": "AFN",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "428.49",
                    "curCode": "XAF",
                    "taxable": true
                  },
                  "arrivalCity": "BFW",
                  "boardingCity": "RAP",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "265.22",
                    "curCode": "SGD",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "332.84",
                "curCode": "MKD",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "2.5",
                  "curCode": "SAR",
                  "taxable": true
                },
                "description": "AIRPORT TAX",
                "nation": "MZ",
                "taxCode": "mzw",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "681"
              },
              {
                "amount": {
                  "amount": "38.61",
                  "curCode": "AED",
                  "taxable": false
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "TF",
                "taxCode": "et1",
                "taxCodeText": "PAID",
                "taxPadisCode": "633"
              },
              {
                "amount": {
                  "amount": "98.59",
                  "curCode": "KMF",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "TO",
                "taxCode": "M6t",
                "taxCodeText": "PAID",
                "taxPadisCode": "741"
              },
              {
                "amount": {
                  "amount": "36.56",
                  "curCode": "BAM",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "PA",
                "taxCode": "68L",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "673"
              }
            ],
            "total": {
              "amount": "331.37",
              "curCode": "UAH",
              "taxable": true
            }
          },
          "totalAmount": {
            "amount": "403.53",
            "curCode": "AUD",
            "taxable": true
          }
        },
        "penaltyRefs": [
          "PEN1",
          "PEN2"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-09-02T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-02-03T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "13.19",
                  "curCode": "LAK",
                  "percent": "7.4"
                },
                "id": "58678",
                "type": "POST"
              }
            ],
            "tag": "nFKjLW7Q3s",
            "tourCode": "3DX0J0B806"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "61.36",
                  "curCode": "ALL",
                  "percent": "5.6"
                },
                "id": "00474",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "23.9",
                  "curCode": "IQD",
                  "percent": "19.8"
                },
                "id": "10409",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "37.94",
                  "curCode": "USD",
                  "percent": "8.4"
                },
                "id": "57180",
                "type": "PRE"
              }
            ],
            "tag": "ZvT40Mt4PT",
            "tourCode": "BqURZzo5BS"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "18.7",
                  "curCode": "SRD",
                  "percent": "10.2"
                },
                "id": "48230",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "16.81",
                  "curCode": "MAD",
                  "percent": "10.9"
                },
                "id": "33717",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "81",
                  "curCode": "BZD",
                  "percent": "14.2"
                },
                "id": "24208",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "15.92",
                  "curCode": "KPW",
                  "percent": "10.7"
                },
                "id": "53976",
                "type": "POST"
              }
            ],
            "tag": "gI9HNCVu1U",
            "tourCode": "D6S5ozh3V8"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "93.64",
                  "curCode": "JMD",
                  "percent": "13.8"
                },
                "id": "44573",
                "type": "PRE"
              }
            ],
            "tag": "6J9yNvMge4",
            "tourCode": "jYoVFgZoQ6"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "86.62",
                  "curCode": "ZMW",
                  "percent": "15.2"
                },
                "id": "75112",
                "type": "POST"
              }
            ],
            "tag": "nn8B66U8oH",
            "tourCode": "jJrptrOCjn"
          }
        ],
        "purchaseTimeLimitDateTime": "2027-03-06T00:00:00.0Z",
        "source": "Reichel, Hane and Hettinger",
        "totalPrice": {
          "baseAmount": {
            "amount": "11.18",
            "curCode": "DJF",
            "taxable": false
          },
          "equivAmount": {
            "amount": "97.94",
            "curCode": "DKK",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "90.63",
                "curCode": "IRR",
                "taxable": true
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "JE",
              "taxCode": "1qx",
              "taxCodeText": "PAID",
              "taxPadisCode": "620"
            },
            {
              "amount": {
                "amount": "29.54",
                "curCode": "XOF",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "JE",
              "taxCode": "WmI",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "970"
            },
            {
              "amount": {
                "amount": "97.81",
                "curCode": "RUB",
                "taxable": false
              },
              "description": "FUEL SURCHARGE",
              "nation": "LA",
              "taxCode": "QZQ",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "249"
            },
            {
              "amount": {
                "amount": "33.51",
                "curCode": "JPY",
                "taxable": true
              },
              "description": "FUEL SURCHARGE",
              "nation": "SN",
              "taxCode": "tOR",
              "taxCodeText": "PAID",
              "taxPadisCode": "170"
            },
            {
              "amount": {
                "amount": "56.56",
                "curCode": "MXN",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "NL",
              "taxCode": "wGv",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "132"
            }
          ],
          "totalAmount": {
            "amount": "90.59",
            "curCode": "XPF",
            "taxable": true
          },
          "totalTaxes": {
            "amount": "62.53",
            "curCode": "MWK",
            "taxable": true
          },
          "wasTicketValueUsed": false
        },
        "ttl": 2444,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "After Departure"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "60.89",
            "feeCurrencyCode": "BIF",
            "hasFee": true,
            "isAllowed": true,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "122",
          "code": "STD01",
          "currencyCode": "CLP",
          "description": "Promotional",
          "percentage": "12",
          "percentageAppliedToAmount": "611.78"
        },
        "id": "sJUcw7vevBZj",
        "journeys": [
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S1",
              "S2",
              "S3"
            ]
          },
          {
            "priceClassRefId": "Business",
            "segmentRefIds": [
              "S1",
              "S3",
              "S4"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S3",
              "S2",
              "S4"
            ]
          },
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S4",
              "S2"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "SQ",
            "binNumber": "250220",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "-YP1-H"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "113.96",
                "curCode": "MAD",
                "taxable": true
              },
              "baseAmount": {
                "amount": "138.46",
                "curCode": "ZWL",
                "taxable": true
              },
              "cardCharge": "28.67",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "126.3",
                "curCode": "XCD",
                "taxable": false
              },
              "noCharge": true,
              "percentageValue": "3",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "58.91",
                      "curCode": "JPY",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "PF",
                    "taxCode": "PU9",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "718"
                  }
                ],
                "total": {
                  "amount": "373.36",
                  "curCode": "TOP",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "AF",
            "binNumber": "298668",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "N5_N-L"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "357.78",
                "curCode": "EGP",
                "taxable": true
              },
              "baseAmount": {
                "amount": "121.73",
                "curCode": "KMF",
                "taxable": true
              },
              "cardCharge": "25.9",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "201.17",
                "curCode": "XOF",
                "taxable": false
              },
              "noCharge": true,
              "percentageValue": "0.5",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "81.02",
                      "curCode": "DKK",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "KN",
                    "taxCode": "yHl",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "070"
                  }
                ],
                "total": {
                  "amount": "165.9",
                  "curCode": "MVR",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "BA",
            "binNumber": "420563",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "BxNesg",
              "GxzdW5",
              "zXdiza",
              "Nw80D-",
              "9kTyD1"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "341.72",
                "curCode": "NAD",
                "taxable": false
              },
              "baseAmount": {
                "amount": "384.92",
                "curCode": "VND",
                "taxable": false
              },
              "cardCharge": "36.43",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "83.87",
                "curCode": "TND",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "2.9",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "64.73",
                      "curCode": "IDR",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "BS",
                    "taxCode": "pAB",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "820"
                  },
                  {
                    "amount": {
                      "amount": "97",
                      "curCode": "PYG",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "TG",
                    "taxCode": "Uru",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "880"
                  },
                  {
                    "amount": {
                      "amount": "46.15",
                      "curCode": "MUR",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "NL",
                    "taxCode": "QYb",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "674"
                  }
                ],
                "total": {
                  "amount": "279.51",
                  "curCode": "SYP",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "LH",
            "binNumber": "115928",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "sO_Dsi",
              "0nBY1O",
              "KKLAu9",
              "DXi9pM",
              "Y2EQhO"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "489.65",
                "curCode": "YER",
                "taxable": false
              },
              "baseAmount": {
                "amount": "101.62",
                "curCode": "ZWL",
                "taxable": false
              },
              "cardCharge": "18.1",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "370.37",
                "curCode": "YER",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "0.8",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "51.84",
                      "curCode": "SEK",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "ID",
                    "taxCode": "pIs",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "217"
                  },
                  {
                    "amount": {
                      "amount": "45.58",
                      "curCode": "YER",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "NE",
                    "taxCode": "dWH",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "239"
                  },
                  {
                    "amount": {
                      "amount": "87.79",
                      "curCode": "GEL",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "TD",
                    "taxCode": "az3",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "727"
                  },
                  {
                    "amount": {
                      "amount": "56.65",
                      "curCode": "CDF",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "AS",
                    "taxCode": "qbv",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "437"
                  }
                ],
                "total": {
                  "amount": "177.33",
                  "curCode": "KGS",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "AF",
            "binNumber": "201454",
            "cardCode": "AX",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "xLSgSE",
              "__X7_9"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "498.46",
                "curCode": "PYG",
                "taxable": false
              },
              "baseAmount": {
                "amount": "114.89",
                "curCode": "YER",
                "taxable": false
              },
              "cardCharge": "26.34",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "222.18",
                "curCode": "PAB",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "0.6",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "14.92",
                      "curCode": "UGX",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "TN",
                    "taxCode": "RDu",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "526"
                  },
                  {
                    "amount": {
                      "amount": "96.84",
                      "curCode": "SZL",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "UZ",
                    "taxCode": "WNZ",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "405"
                  },
                  {
                    "amount": {
                      "amount": "31.07",
                      "curCode": "SSP",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "HR",
                    "taxCode": "RPh",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "816"
                  }
                ],
                "total": {
                  "amount": "111.59",
                  "curCode": "FKP",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2026-09-23T00:00:00.0Z",
        "offerItems": [
          {
            "commission": {
              "amount": "70.94",
              "code": "STD01",
              "currencyCode": "ZAR",
              "description": "Standard commission",
              "percentage": "6.51",
              "percentageAppliedToAmount": "930.92"
            },
            "id": "GgpoBb",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.8,
                            "min": 6.2,
                            "unit": "K"
                          },
                          {
                            "max": 29.9,
                            "min": 7,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.1,
                            "min": 5,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.3,
                            "min": 3.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.2,
                            "min": 0.2,
                            "unit": "K"
                          },
                          {
                            "max": 11.5,
                            "min": 2.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.1,
                            "min": 3.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.3,
                            "min": 9.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.9,
                            "min": 9.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.3,
                            "min": 8.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.5,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 29.3,
                            "min": 3.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "rDLZVlQm",
                      "descriptions": [
                        {
                          "id": "hjlzVIMNUf",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "isgqrmpiJE",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "IwAGwpTWEX",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "lJXdjNyFtu",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "blgUu",
                      "programID": 110,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "VbaaOLZH",
                      "fareBasisCode": "rRAdHqbs",
                      "fareCode": "45F",
                      "fareDescription": "Public fare",
                      "rbd": "V",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "2K7um"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "91.6",
                                  "curCode": "ILS",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "QxiCR",
                                "ruleId": "u71o8KtErM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "sbWJH",
                                "ruleId": "NNm1vV7r5T",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WGOUw",
                                "ruleId": "lIn1Sm1huT",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "51.54",
                                  "curCode": "PKR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "26.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "449.4",
                                  "curCode": "BMD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "xqwGd",
                                "ruleId": "y0quXFLlxx",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "263.76",
                        "curCode": "BGN",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "414.79",
                          "curCode": "NIO",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "118.74",
                          "curCode": "KPW",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "111.26",
                          "curCode": "GHS",
                          "taxable": false
                        },
                        "exchangeRate": 1.1187
                      },
                      "originalAmount": {
                        "amount": "369.78",
                        "curCode": "GMD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "487.85",
                                "curCode": "MMK",
                                "taxable": true
                              },
                              "arrivalCity": "SBR",
                              "boardingCity": "TVI",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "288.8",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "260.25",
                            "curCode": "AED",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "373.14",
                                "curCode": "TWD",
                                "taxable": false
                              },
                              "arrivalCity": "ENE",
                              "boardingCity": "WQL",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "405.68",
                                "curCode": "KZT",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "105.58",
                                "curCode": "LRD",
                                "taxable": true
                              },
                              "arrivalCity": "IYK",
                              "boardingCity": "RYD",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "487.61",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "54.99",
                                "curCode": "UAH",
                                "taxable": true
                              },
                              "arrivalCity": "OEI",
                              "boardingCity": "CYK",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "80.87",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "308.84",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "arrivalCity": "MYL",
                              "boardingCity": "PLF",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "361.54",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "160.81",
                            "curCode": "ILS",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "27.48",
                              "curCode": "GNF",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KY",
                            "taxCode": "jeT",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "600"
                          },
                          {
                            "amount": {
                              "amount": "90.02",
                              "curCode": "SDG",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "ID",
                            "taxCode": "26R",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "771"
                          },
                          {
                            "amount": {
                              "amount": "37.3",
                              "curCode": "PGK",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "MF",
                            "taxCode": "wa4",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "945"
                          },
                          {
                            "amount": {
                              "amount": "13.95",
                              "curCode": "BTN",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "EE",
                            "taxCode": "KDn",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "770"
                          },
                          {
                            "amount": {
                              "amount": "51.85",
                              "curCode": "TRY",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PA",
                            "taxCode": "zLf",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "355"
                          }
                        ],
                        "total": {
                          "amount": "161.29",
                          "curCode": "KES",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "320.3",
                        "curCode": "MGA",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZOO",
                          "date": "2026-08-23T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "AWT",
                          "date": "2027-04-25T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2244,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "6989",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VMI",
                              "date": "2027-06-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KGU",
                              "date": "2027-01-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AEL",
                              "date": "2026-11-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QGF",
                              "date": "2027-01-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JHI",
                              "date": "2027-06-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XMZ",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OOL",
                              "date": "2026-09-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZTO",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZPF",
                              "date": "2026-07-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JDA",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "CRaWnmD3",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5660",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "v"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PHW",
                          "date": "2026-10-24T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "FKX",
                          "date": "2026-11-17T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1597,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5688",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XXP",
                              "date": "2026-09-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DTH",
                              "date": "2027-03-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "LND",
                              "date": "2026-10-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VEU",
                              "date": "2027-06-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "lvo0Nke2",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "7116",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "LUO",
                          "date": "2027-06-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FPT",
                          "date": "2026-11-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1637,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4103",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JEH",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MYY",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "PLH",
                              "date": "2027-05-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OFZ",
                              "date": "2027-05-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OEX",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PYO",
                              "date": "2026-08-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JEI",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZAL",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "DWZ",
                              "date": "2027-04-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BYF",
                              "date": "2027-06-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "zC8bmOon",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "1263",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "K"
                      }
                    ],
                    "ticketDesignator": "sYzq",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "129.13",
                        "feeCurrencyCode": "DJF",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "86.67",
                        "feeCurrencyCode": "PLN",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "OCTSDMgr",
                      "descriptions": [
                        {
                          "id": "PzNWJfhuWV",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "VXIfpmPnCJ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "sThlzplIvJ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "dQlZyTcUxC",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "IdYnN",
                      "programID": 622,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "Cqclkoss",
                      "fareBasisCode": "iKUD2TlQ",
                      "fareCode": "1q5",
                      "fareDescription": "Private fare",
                      "rbd": "I",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "gGPW5"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "117.89",
                                  "curCode": "AUD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "pQIhu",
                                "ruleId": "nhXmWqsbOt",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "XtCJo",
                                "ruleId": "jXEysPDZYE",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "BdJBw",
                                "ruleId": "oTexk6WNaM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gfABZ",
                                "ruleId": "aKlS0uq7qn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "LBYpy",
                                "ruleId": "CTUYQB5qky",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "80.56",
                                  "curCode": "MOP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "85.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "306.68",
                                  "curCode": "GIP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "78.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "ehnto",
                                "ruleId": "xGz6GQEfxk",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vaDDj",
                                "ruleId": "bVj4ZPpC0m",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lFKwI",
                                "ruleId": "Jee4m50zXz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LAPSh",
                                "ruleId": "QGXIOh5Kvq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "100"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "311.17",
                                  "curCode": "IDR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "119.24",
                                  "curCode": "PYG",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "Slxdb",
                                "ruleId": "KWgPup0W9d",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "HsnCP",
                                "ruleId": "7rMnvDGnLi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "346.29",
                        "curCode": "MDL",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "264.1",
                          "curCode": "COP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "143.84",
                          "curCode": "DOP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "136.7",
                          "curCode": "MUR",
                          "taxable": true
                        },
                        "exchangeRate": 0.8358
                      },
                      "originalAmount": {
                        "amount": "393.21",
                        "curCode": "ZWL",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "246.23",
                                "curCode": "TWD",
                                "taxable": false
                              },
                              "arrivalCity": "IDG",
                              "boardingCity": "IRK",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "71.41",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "387.48",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "arrivalCity": "ZES",
                              "boardingCity": "JRO",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "307.25",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "68.07",
                                "curCode": "THB",
                                "taxable": true
                              },
                              "arrivalCity": "ANX",
                              "boardingCity": "QSP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "57.65",
                                "curCode": "MRU",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "386.18",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "arrivalCity": "RPU",
                              "boardingCity": "CSS",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "114.59",
                                "curCode": "CAD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "199.31",
                            "curCode": "TZS",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "87.02",
                                "curCode": "NIO",
                                "taxable": true
                              },
                              "arrivalCity": "DDQ",
                              "boardingCity": "SDJ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "167.99",
                                "curCode": "QAR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "59.13",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "arrivalCity": "THK",
                              "boardingCity": "HSJ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "332.81",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "415.3",
                                "curCode": "GMD",
                                "taxable": true
                              },
                              "arrivalCity": "QCH",
                              "boardingCity": "BGW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "183.15",
                                "curCode": "AUD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "198.56",
                            "curCode": "XCD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "26.65",
                              "curCode": "TWD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SJ",
                            "taxCode": "Lfj",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "535"
                          },
                          {
                            "amount": {
                              "amount": "30.87",
                              "curCode": "CHF",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "AD",
                            "taxCode": "Dxg",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "870"
                          },
                          {
                            "amount": {
                              "amount": "60.27",
                              "curCode": "TRY",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CM",
                            "taxCode": "SpJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "610"
                          }
                        ],
                        "total": {
                          "amount": "277.8",
                          "curCode": "COP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "109.6",
                        "curCode": "PEN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ACL",
                          "date": "2027-06-23T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KZI",
                          "date": "2027-01-06T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2557,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "7103",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EJW",
                              "date": "2026-07-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DJU",
                              "date": "2026-09-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VPU",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XEP",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "WRB",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZGH",
                              "date": "2026-09-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BMI",
                              "date": "2026-08-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UEZ",
                              "date": "2027-02-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "QoOgrAb8",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "0200",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "z"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TQG",
                          "date": "2026-08-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JAR",
                          "date": "2027-05-05T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4810,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "3188",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WBT",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YOO",
                              "date": "2027-06-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "RGS",
                              "date": "2026-10-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HXT",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Omz3lIei",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "3887",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "j"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EYA",
                          "date": "2027-01-24T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RQB",
                          "date": "2026-11-24T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1078,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9649",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FOV",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HSD",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "BXL",
                              "date": "2026-12-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HRW",
                              "date": "2027-04-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YJS",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EUG",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PMC",
                              "date": "2027-07-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XQG",
                              "date": "2027-04-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SAY",
                              "date": "2026-08-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CBE",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "V9lApOvp",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0413",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "l"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "BAD",
                          "date": "2026-12-28T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "NMG",
                          "date": "2026-09-07T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1113,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "9262",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NZV",
                              "date": "2027-04-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KCH",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HEY",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YAY",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HEB",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EYR",
                              "date": "2026-08-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "UDC",
                              "date": "2026-08-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FGV",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AOM",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GJF",
                              "date": "2026-12-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "u5_HCqZF",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "5641",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Z"
                      }
                    ],
                    "ticketDesignator": "ghYo",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "22.15",
                        "feeCurrencyCode": "RSD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "nAzSrRcF",
                      "descriptions": [
                        {
                          "id": "OZgHbaftpM",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "otdVG",
                      "programID": 499,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "KechBhbo",
                      "fareBasisCode": "2XZA8gJJ",
                      "fareCode": "KE0",
                      "fareDescription": "Private fare",
                      "rbd": "y",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "JYFRB"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "2.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "432.49",
                                  "curCode": "SCR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "275.21",
                                  "curCode": "SBD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "21.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "dnzsu",
                                "ruleId": "xn1LTbcD40",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "UkzWU",
                                "ruleId": "vK0shpUlPh",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ADZnR",
                                "ruleId": "jokdKOAwfW",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "asTOY",
                                "ruleId": "pQQiteA2TC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ivCkU",
                                "ruleId": "yRgVtn1M1E",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "70.2"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "147.02",
                                  "curCode": "MYR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "1.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "nJIOE",
                                "ruleId": "V0rxw5bWw0",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "iEKxj",
                                "ruleId": "cdSX7Wtk7a",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "nEZeP",
                                "ruleId": "spmZ0M5oMj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vEHhg",
                                "ruleId": "Dn54m8P9e7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OmEEy",
                                "ruleId": "hAhHtZzrfg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "159.38",
                                  "curCode": "SAR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "226.55",
                                  "curCode": "KES",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "391.44",
                                  "curCode": "MGA",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "202.99",
                                  "curCode": "UYU",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "EzpKC",
                                "ruleId": "4m7G5xW8tD",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wstJp",
                                "ruleId": "tAX1IiyhPO",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "oGJlP",
                                "ruleId": "LA5uKvffPL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "58.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "33"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "25.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "75.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "445.92",
                                  "curCode": "BOB",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "vZuuo",
                                "ruleId": "dHwj0BY5rG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KMVyD",
                                "ruleId": "qSOVKjT2EC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "380.45",
                        "curCode": "CLP",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "164.26",
                          "curCode": "BYN",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "205.41",
                          "curCode": "MZN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "168.43",
                          "curCode": "NGN",
                          "taxable": true
                        },
                        "exchangeRate": 1.1555
                      },
                      "originalAmount": {
                        "amount": "103.89",
                        "curCode": "MRU",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "486.78",
                                "curCode": "NIO",
                                "taxable": false
                              },
                              "arrivalCity": "GVR",
                              "boardingCity": "VXH",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "359.13",
                                "curCode": "MNT",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "455.22",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "arrivalCity": "PPU",
                              "boardingCity": "ERG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "169.54",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "436.9",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "arrivalCity": "YYE",
                              "boardingCity": "BVW",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "145.1",
                                "curCode": "MOP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "215.42",
                            "curCode": "GEL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "414.09",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "arrivalCity": "XBB",
                              "boardingCity": "TIP",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "117.75",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "250.67",
                                "curCode": "CHF",
                                "taxable": false
                              },
                              "arrivalCity": "VIM",
                              "boardingCity": "SJL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "267.01",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "232.91",
                                "curCode": "GTQ",
                                "taxable": true
                              },
                              "arrivalCity": "HQS",
                              "boardingCity": "UPZ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "252.89",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "375.14",
                                "curCode": "PKR",
                                "taxable": false
                              },
                              "arrivalCity": "GJE",
                              "boardingCity": "NGR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "309.69",
                                "curCode": "CZK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "376.41",
                            "curCode": "NPR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "355.08",
                                "curCode": "KZT",
                                "taxable": true
                              },
                              "arrivalCity": "BUK",
                              "boardingCity": "KLA",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "392.71",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "57.89",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "arrivalCity": "ZAW",
                              "boardingCity": "EEY",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "425.55",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "334.37",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "arrivalCity": "FHW",
                              "boardingCity": "FQD",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "289.64",
                                "curCode": "BBD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "351.13",
                            "curCode": "VES",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "225.69",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "arrivalCity": "PNY",
                              "boardingCity": "KUJ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "351.86",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "273.71",
                                "curCode": "NOK",
                                "taxable": true
                              },
                              "arrivalCity": "UEQ",
                              "boardingCity": "ONK",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "142.93",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "388.46",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "arrivalCity": "NMG",
                              "boardingCity": "UXB",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "252.6",
                                "curCode": "MZN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "485.81",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "arrivalCity": "OXD",
                              "boardingCity": "KGB",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "242.02",
                                "curCode": "MRU",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "345.34",
                            "curCode": "SRD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "290.4",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "arrivalCity": "QJQ",
                              "boardingCity": "JWC",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "401.19",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "165.08",
                                "curCode": "SBD",
                                "taxable": false
                              },
                              "arrivalCity": "XVU",
                              "boardingCity": "SIN",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "107.51",
                                "curCode": "ETB",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "452.8",
                                "curCode": "RON",
                                "taxable": true
                              },
                              "arrivalCity": "XEI",
                              "boardingCity": "WSH",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "144.8",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "211.23",
                            "curCode": "MYR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "21.17",
                              "curCode": "BWP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "GP",
                            "taxCode": "lxT",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "605"
                          },
                          {
                            "amount": {
                              "amount": "15.5",
                              "curCode": "KGS",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "HU",
                            "taxCode": "3vC",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "737"
                          }
                        ],
                        "total": {
                          "amount": "314.19",
                          "curCode": "MVR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "240.19",
                        "curCode": "CUP",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "OYZ",
                          "date": "2026-08-04T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ENJ",
                          "date": "2026-10-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4200,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "7449",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DIL",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UEL",
                              "date": "2027-06-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "IMR",
                              "date": "2027-03-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MRX",
                              "date": "2027-06-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JBZ",
                              "date": "2027-06-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NEB",
                              "date": "2027-03-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AZZ",
                              "date": "2026-09-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JBL",
                              "date": "2026-10-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YWD",
                              "date": "2027-06-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LDR",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "6AHXBEy5",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "1941",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "N"
                      }
                    ],
                    "ticketDesignator": "0qum",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "133.82",
                        "feeCurrencyCode": "TND",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "176.61",
                        "feeCurrencyCode": "GBP",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "133.38",
                        "feeCurrencyCode": "KRW",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "138.47",
                      "curCode": "MGA",
                      "taxable": false
                    },
                    "arrivalCity": "AXU",
                    "boardingCity": "YTW",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "215.79",
                      "curCode": "PAB",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "359.61",
                      "curCode": "KZT",
                      "taxable": true
                    },
                    "arrivalCity": "GQC",
                    "boardingCity": "JOJ",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "335.32",
                      "curCode": "JOD",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1312567",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "0820",
                    "tierCode": "G1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Llewellyn",
                  "surname": "Weimann"
                },
                "price": {
                  "baseAmount": {
                    "amount": "201.4",
                    "curCode": "BYN",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "451.67",
                      "curCode": "IQD",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "313.82",
                      "curCode": "CNY",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "203.84",
                      "curCode": "KES",
                      "taxable": true
                    },
                    "exchangeRate": 1.1017
                  },
                  "originalAmount": {
                    "amount": "225.76",
                    "curCode": "OMR",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "77.71",
                            "curCode": "CLP",
                            "taxable": true
                          },
                          "arrivalCity": "BEM",
                          "boardingCity": "HRJ",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "353.85",
                            "curCode": "TND",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "456.99",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "arrivalCity": "PMJ",
                          "boardingCity": "OHT",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "237.36",
                            "curCode": "IQD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "74.35",
                            "curCode": "XOF",
                            "taxable": false
                          },
                          "arrivalCity": "DJY",
                          "boardingCity": "CUA",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "268.96",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "245.97",
                            "curCode": "SLE",
                            "taxable": false
                          },
                          "arrivalCity": "UXU",
                          "boardingCity": "KOB",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "468.01",
                            "curCode": "HUF",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "301.22",
                        "curCode": "MOP",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "203.61",
                            "curCode": "STN",
                            "taxable": true
                          },
                          "arrivalCity": "WPM",
                          "boardingCity": "SDG",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "338.83",
                            "curCode": "OMR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "342.17",
                        "curCode": "RUB",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "306.98",
                            "curCode": "IDR",
                            "taxable": false
                          },
                          "arrivalCity": "JCJ",
                          "boardingCity": "ACC",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "201.05",
                            "curCode": "RWF",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "331.13",
                            "curCode": "PKR",
                            "taxable": false
                          },
                          "arrivalCity": "VFX",
                          "boardingCity": "ANI",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "63.19",
                            "curCode": "HTG",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "65.32",
                            "curCode": "GTQ",
                            "taxable": false
                          },
                          "arrivalCity": "RPB",
                          "boardingCity": "PWF",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "344.97",
                            "curCode": "UAH",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "454.86",
                        "curCode": "TND",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "236.69",
                            "curCode": "HKD",
                            "taxable": false
                          },
                          "arrivalCity": "FNM",
                          "boardingCity": "UKA",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "85.77",
                            "curCode": "BIF",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "187.06",
                        "curCode": "HNL",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "94.39",
                            "curCode": "MZN",
                            "taxable": false
                          },
                          "arrivalCity": "LIW",
                          "boardingCity": "TCE",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "494.86",
                            "curCode": "WST",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "433.59",
                            "curCode": "SHP",
                            "taxable": false
                          },
                          "arrivalCity": "PBI",
                          "boardingCity": "RSW",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "405.41",
                            "curCode": "JOD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "199.85",
                            "curCode": "IRR",
                            "taxable": true
                          },
                          "arrivalCity": "WLX",
                          "boardingCity": "RZV",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "304.71",
                            "curCode": "BYN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "142.38",
                        "curCode": "CUP",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "89.04",
                          "curCode": "KHR",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "MX",
                        "taxCode": "0zX",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "269"
                      },
                      {
                        "amount": {
                          "amount": "17.08",
                          "curCode": "KGS",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "HM",
                        "taxCode": "fTO",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "006"
                      },
                      {
                        "amount": {
                          "amount": "51.34",
                          "curCode": "LBP",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "BI",
                        "taxCode": "6Oc",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "663"
                      }
                    ],
                    "total": {
                      "amount": "298.66",
                      "curCode": "RUB",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "235.9",
                    "curCode": "GIP",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "WQSKbSHihX"
              }
            ],
            "type": "Air"
          },
          {
            "id": "pydxZL",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "481.83",
                "curCode": "KPW",
                "taxable": false
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "387.46",
                  "curCode": "SSP",
                  "taxable": true
                },
                "preDiscountedAmount": {
                  "amount": "474.83",
                  "curCode": "NZD",
                  "taxable": false
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "299.43",
                  "curCode": "NOK",
                  "taxable": false
                },
                "exchangeRate": 1.1726
              },
              "originalAmount": {
                "amount": "338.16",
                "curCode": "RUB",
                "taxable": true
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "316.35",
                        "curCode": "GHS",
                        "taxable": true
                      },
                      "arrivalCity": "HZM",
                      "boardingCity": "VMZ",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "210.77",
                        "curCode": "NGN",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "243.15",
                        "curCode": "BND",
                        "taxable": true
                      },
                      "arrivalCity": "KBC",
                      "boardingCity": "YCI",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "423.51",
                        "curCode": "LRD",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "295.38",
                        "curCode": "KZT",
                        "taxable": false
                      },
                      "arrivalCity": "FYZ",
                      "boardingCity": "VPG",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "133.3",
                        "curCode": "TOP",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "323.12",
                    "curCode": "SYP",
                    "taxable": true
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "54.26",
                      "curCode": "MYR",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "BA",
                    "taxCode": "EKG",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "000"
                  },
                  {
                    "amount": {
                      "amount": "62.03",
                      "curCode": "SEK",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "PH",
                    "taxCode": "Uxb",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "598"
                  },
                  {
                    "amount": {
                      "amount": "96.62",
                      "curCode": "USD",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "SG",
                    "taxCode": "FF2",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "914"
                  },
                  {
                    "amount": {
                      "amount": "51.85",
                      "curCode": "BYN",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "IL",
                    "taxCode": "L5Y",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "054"
                  },
                  {
                    "amount": {
                      "amount": "0.29",
                      "curCode": "MXN",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "GG",
                    "taxCode": "qTt",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "523"
                  }
                ],
                "total": {
                  "amount": "283.62",
                  "curCode": "BBD",
                  "taxable": true
                }
              },
              "totalAmount": {
                "amount": "466.16",
                "curCode": "SRD",
                "taxable": false
              }
            },
            "segmentRefs": [
              "S1",
              "S2"
            ],
            "serviceDefinition": {
              "airlineCode": "LH",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 29.7,
                        "min": 6.6,
                        "unit": "K"
                      },
                      {
                        "max": 16.6,
                        "min": 3.1,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 1,
                "type": "CheckedBag"
              },
              "commercialName": "MEAL SERVICE",
              "groupCode": "op",
              "reasonForIssuance": "Airport Services",
              "serviceCode": "z7N"
            },
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2027-03-01T00:00:00.0Z",
        "paymentTimeLimitText": "2026-07-22T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "PDE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "pnIrzdS9",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "50.03",
              "curCode": "MKD",
              "taxable": true
            },
            "percentage": "37.7",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "vxjtjYnL",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "119.77",
              "curCode": "NPR",
              "taxable": false
            },
            "percentage": "87.6",
            "typeCode": "Cancellation",
            "upgradeFeeInd": true
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "346.65",
            "curCode": "HUF",
            "taxable": false
          },
          "discount": {
            "description": "DSC_CONTINOUS_PRICING",
            "discountAmount": {
              "amount": "248.06",
              "curCode": "CHF",
              "taxable": true
            },
            "preDiscountedAmount": {
              "amount": "235.63",
              "curCode": "NOK",
              "taxable": true
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "322.18",
              "curCode": "COP",
              "taxable": false
            },
            "exchangeRate": 0.9319
          },
          "originalAmount": {
            "amount": "269.35",
            "curCode": "EGP",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "266",
                    "curCode": "BGN",
                    "taxable": false
                  },
                  "arrivalCity": "FDB",
                  "boardingCity": "GBR",
                  "description": "Segment Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "394.9",
                    "curCode": "SZL",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "72.04",
                    "curCode": "LYD",
                    "taxable": true
                  },
                  "arrivalCity": "QSX",
                  "boardingCity": "XRO",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "139.61",
                    "curCode": "BTN",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "363.97",
                    "curCode": "MOP",
                    "taxable": true
                  },
                  "arrivalCity": "QBE",
                  "boardingCity": "ZZR",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "134.74",
                    "curCode": "MOP",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "232.47",
                "curCode": "PGK",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "422.96",
                    "curCode": "SLE",
                    "taxable": false
                  },
                  "arrivalCity": "KHB",
                  "boardingCity": "QHD",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "482.65",
                    "curCode": "XCD",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "350.84",
                "curCode": "TZS",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "80.04",
                    "curCode": "CAD",
                    "taxable": true
                  },
                  "arrivalCity": "XXC",
                  "boardingCity": "MIK",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "228.19",
                    "curCode": "XPF",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "367.9",
                    "curCode": "VES",
                    "taxable": false
                  },
                  "arrivalCity": "MRF",
                  "boardingCity": "XYX",
                  "description": "Segment Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "477.55",
                    "curCode": "CVE",
                    "taxable": true
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "117.4",
                    "curCode": "KES",
                    "taxable": true
                  },
                  "arrivalCity": "KTQ",
                  "boardingCity": "VFU",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "230.01",
                    "curCode": "VES",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "241.77",
                "curCode": "COP",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "304.48",
                    "curCode": "HTG",
                    "taxable": true
                  },
                  "arrivalCity": "LEM",
                  "boardingCity": "VFB",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "258.04",
                    "curCode": "KPW",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "81.78",
                "curCode": "KPW",
                "taxable": true
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "276.34",
                    "curCode": "TMT",
                    "taxable": false
                  },
                  "arrivalCity": "EXU",
                  "boardingCity": "PUA",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "209.75",
                    "curCode": "SBD",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "427.06",
                    "curCode": "LRD",
                    "taxable": true
                  },
                  "arrivalCity": "QHJ",
                  "boardingCity": "ICC",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "94.81",
                    "curCode": "TJS",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "438.06",
                    "curCode": "YER",
                    "taxable": false
                  },
                  "arrivalCity": "YZD",
                  "boardingCity": "MON",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "468.75",
                    "curCode": "KMF",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "263.07",
                "curCode": "STN",
                "taxable": true
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "25.47",
                  "curCode": "MDL",
                  "taxable": false
                },
                "description": "FUEL SURCHARGE",
                "nation": "CR",
                "taxCode": "2X9",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "596"
              },
              {
                "amount": {
                  "amount": "53.94",
                  "curCode": "CRC",
                  "taxable": true
                },
                "description": "AIRPORT TAX",
                "nation": "CU",
                "taxCode": "f8w",
                "taxCodeText": "PAID",
                "taxPadisCode": "069"
              },
              {
                "amount": {
                  "amount": "9.12",
                  "curCode": "JPY",
                  "taxable": false
                },
                "description": "AIRPORT TAX",
                "nation": "AW",
                "taxCode": "lOO",
                "taxCodeText": "PAID",
                "taxPadisCode": "265"
              },
              {
                "amount": {
                  "amount": "7.28",
                  "curCode": "VUV",
                  "taxable": false
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "UG",
                "taxCode": "QUf",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "116"
              }
            ],
            "total": {
              "amount": "383.65",
              "curCode": "ANG",
              "taxable": false
            }
          },
          "totalAmount": {
            "amount": "403.2",
            "curCode": "YER",
            "taxable": false
          }
        },
        "penaltyRefs": [
          "PEN2",
          "PEN1"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-11-04T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-04-09T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "58.64",
                  "curCode": "PAB",
                  "percent": "5.8"
                },
                "id": "74369",
                "type": "PRE"
              }
            ],
            "tag": "7kio1JqF4J",
            "tourCode": "3pjPZ6h0My"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "96.54",
                  "curCode": "MNT",
                  "percent": "11.8"
                },
                "id": "69657",
                "type": "PRE"
              }
            ],
            "tag": "4zlShA8uA7",
            "tourCode": "oAOcy2ReAM"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "10.65",
                  "curCode": "ALL",
                  "percent": "20"
                },
                "id": "89756",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "14.11",
                  "curCode": "BDT",
                  "percent": "8.3"
                },
                "id": "25056",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "16.11",
                  "curCode": "PLN",
                  "percent": "14.6"
                },
                "id": "59633",
                "type": "PRE"
              }
            ],
            "tag": "EPq6eB9pv7",
            "tourCode": "5drRCeDpbd"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "94.17",
                  "curCode": "KWD",
                  "percent": "11.2"
                },
                "id": "49832",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "20.76",
                  "curCode": "AOA",
                  "percent": "11.1"
                },
                "id": "41985",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "75.9",
                  "curCode": "XPF",
                  "percent": "5.4"
                },
                "id": "95976",
                "type": "PRE"
              }
            ],
            "tag": "MJQJyjzTRM",
            "tourCode": "vyGKrARPvz"
          }
        ],
        "purchaseTimeLimitDateTime": "2026-08-11T00:00:00.0Z",
        "source": "Kuvalis LLC",
        "totalPrice": {
          "baseAmount": {
            "amount": "36.53",
            "curCode": "MMK",
            "taxable": false
          },
          "equivAmount": {
            "amount": "17.4",
            "curCode": "TWD",
            "taxable": false
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "37.05",
                "curCode": "IDR",
                "taxable": true
              },
              "description": "FUEL SURCHARGE",
              "nation": "VN",
              "taxCode": "Jh6",
              "taxCodeText": "PAID",
              "taxPadisCode": "829"
            },
            {
              "amount": {
                "amount": "74.67",
                "curCode": "HTG",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "AI",
              "taxCode": "uXv",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "284"
            },
            {
              "amount": {
                "amount": "57.37",
                "curCode": "EGP",
                "taxable": true
              },
              "description": "AIRPORT TAX",
              "nation": "MS",
              "taxCode": "A7J",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "725"
            },
            {
              "amount": {
                "amount": "83.73",
                "curCode": "TOP",
                "taxable": true
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "PS",
              "taxCode": "cmO",
              "taxCodeText": "PAID",
              "taxPadisCode": "999"
            },
            {
              "amount": {
                "amount": "88.16",
                "curCode": "SOS",
                "taxable": false
              },
              "description": "AIRPORT TAX",
              "nation": "MM",
              "taxCode": "yaR",
              "taxCodeText": "PAID",
              "taxPadisCode": "323"
            }
          ],
          "totalAmount": {
            "amount": "30.51",
            "curCode": "USD",
            "taxable": true
          },
          "totalTaxes": {
            "amount": "99.98",
            "curCode": "XOF",
            "taxable": false
          },
          "wasTicketValueUsed": true
        },
        "ttl": 2637,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "Before Departure",
              "No Show",
              "Before Departure",
              "After Departure",
              "Before Departure"
            ],
            "description": "Part of rule change allowed",
            "feeAmount": "130.73",
            "feeCurrencyCode": "AUD",
            "hasFee": true,
            "isAllowed": true,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "No Show",
              "No Show"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "79.47",
            "feeCurrencyCode": "PAB",
            "hasFee": false,
            "isAllowed": true,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "112.78",
          "code": "COMM1",
          "currencyCode": "PHP",
          "description": "Standard commission",
          "percentage": "10.32",
          "percentageAppliedToAmount": "229.81"
        },
        "id": "qFJLuBHrEdr4",
        "journeys": [
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S4",
              "S2",
              "S1",
              "S3"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "AF",
            "binNumber": "643405",
            "cardCode": "VI",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "8xyIDv",
              "cVcCRs",
              "-UuXQY"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "216.91",
                "curCode": "EUR",
                "taxable": true
              },
              "baseAmount": {
                "amount": "128.76",
                "curCode": "HKD",
                "taxable": true
              },
              "cardCharge": "29.04",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "93.52",
                "curCode": "DZD",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "1.7",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "24.5",
                      "curCode": "SHP",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "PF",
                    "taxCode": "XEE",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "153"
                  },
                  {
                    "amount": {
                      "amount": "13.23",
                      "curCode": "SGD",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "LV",
                    "taxCode": "Nof",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "661"
                  },
                  {
                    "amount": {
                      "amount": "51.02",
                      "curCode": "MGA",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "GD",
                    "taxCode": "cnC",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "366"
                  },
                  {
                    "amount": {
                      "amount": "38.17",
                      "curCode": "BSD",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "CY",
                    "taxCode": "onQ",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "281"
                  },
                  {
                    "amount": {
                      "amount": "15.69",
                      "curCode": "IQD",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "SX",
                    "taxCode": "xdd",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "518"
                  }
                ],
                "total": {
                  "amount": "234.56",
                  "curCode": "SHP",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2026-09-14T00:00:00.0Z",
        "offerItems": [
          {
            "id": "7eM8Wp",
            "mandatoryInd": true,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "489.58",
                "curCode": "SEK",
                "taxable": true
              },
              "discount": {
                "description": "DSC_CONTINOUS_PRICING",
                "discountAmount": {
                  "amount": "263.83",
                  "curCode": "AUD",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "162.83",
                  "curCode": "BBD",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "231.32",
                  "curCode": "BAM",
                  "taxable": false
                },
                "exchangeRate": 1.0478
              },
              "originalAmount": {
                "amount": "224.09",
                "curCode": "SHP",
                "taxable": true
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "52.43",
                        "curCode": "MVR",
                        "taxable": false
                      },
                      "arrivalCity": "GKC",
                      "boardingCity": "ZCT",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "367.06",
                        "curCode": "SGD",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "314.07",
                        "curCode": "KGS",
                        "taxable": false
                      },
                      "arrivalCity": "ULY",
                      "boardingCity": "QPE",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "148.21",
                        "curCode": "XPF",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "381.23",
                    "curCode": "USD",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "363.69",
                        "curCode": "CHF",
                        "taxable": false
                      },
                      "arrivalCity": "RHB",
                      "boardingCity": "WFA",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "421",
                        "curCode": "ANG",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "120.36",
                        "curCode": "TJS",
                        "taxable": false
                      },
                      "arrivalCity": "WYU",
                      "boardingCity": "FEU",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "93.11",
                        "curCode": "MWK",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "124.27",
                    "curCode": "CZK",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "130.66",
                        "curCode": "SDG",
                        "taxable": false
                      },
                      "arrivalCity": "HBR",
                      "boardingCity": "AOU",
                      "description": "Segment Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "50.25",
                        "curCode": "GMD",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "262.28",
                    "curCode": "GMD",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "225.7",
                        "curCode": "GIP",
                        "taxable": false
                      },
                      "arrivalCity": "QGO",
                      "boardingCity": "DRZ",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "242.1",
                        "curCode": "MDL",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "201.32",
                        "curCode": "AOA",
                        "taxable": true
                      },
                      "arrivalCity": "QCU",
                      "boardingCity": "GAS",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "452.33",
                        "curCode": "AZN",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "85.96",
                        "curCode": "KHR",
                        "taxable": true
                      },
                      "arrivalCity": "BNE",
                      "boardingCity": "HSE",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "404.73",
                        "curCode": "CNY",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "302.26",
                    "curCode": "OMR",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "155.96",
                        "curCode": "HKD",
                        "taxable": true
                      },
                      "arrivalCity": "FLU",
                      "boardingCity": "FXQ",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "473.79",
                        "curCode": "AOA",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "334.38",
                        "curCode": "RON",
                        "taxable": false
                      },
                      "arrivalCity": "ULY",
                      "boardingCity": "DKZ",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "236.78",
                        "curCode": "HNL",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "195.75",
                    "curCode": "USD",
                    "taxable": false
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "57.28",
                      "curCode": "NAD",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "ZA",
                    "taxCode": "x8h",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "740"
                  },
                  {
                    "amount": {
                      "amount": "53.93",
                      "curCode": "INR",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "ZW",
                    "taxCode": "rgZ",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "583"
                  }
                ],
                "total": {
                  "amount": "313.14",
                  "curCode": "CHF",
                  "taxable": true
                }
              },
              "totalAmount": {
                "amount": "181.57",
                "curCode": "YER",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S2",
              "S1"
            ],
            "serviceDefinition": {
              "airlineCode": "BA",
              "baggage": {
                "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 13.8,
                        "min": 7.3,
                        "unit": "LBS"
                      },
                      {
                        "max": 26.6,
                        "min": 6.2,
                        "unit": "K"
                      },
                      {
                        "max": 29.5,
                        "min": 0.2,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 1
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 1,
                "type": "CarryOnBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "wl",
              "reasonForIssuance": "Unknown",
              "serviceCode": "lXz"
            },
            "type": "Air"
          },
          {
            "commission": {
              "amount": "65.01",
              "code": "BFST",
              "currencyCode": "BZD",
              "description": "Standard commission",
              "percentage": "5.86",
              "percentageAppliedToAmount": "285.58"
            },
            "id": "UGBvo4",
            "mandatoryInd": false,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.9,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.2,
                            "min": 4.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.5,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 27.2,
                            "min": 9.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.1,
                            "min": 5.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.3,
                            "min": 2.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.4,
                            "min": 10,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.7,
                            "min": 7.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.4,
                            "min": 0.1,
                            "unit": "K"
                          },
                          {
                            "max": 20.1,
                            "min": 9,
                            "unit": "K"
                          },
                          {
                            "max": 27.1,
                            "min": 4.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.3,
                            "min": 1.5,
                            "unit": "K"
                          },
                          {
                            "max": 29.8,
                            "min": 0.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.8,
                            "min": 0.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.4,
                            "min": 0,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.9,
                            "min": 2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19,
                            "min": 6.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.3,
                            "min": 6.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.8,
                            "min": 5.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.6,
                            "min": 4.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.2,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 26.7,
                            "min": 8,
                            "unit": "K"
                          },
                          {
                            "max": 14.6,
                            "min": 7.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.5,
                            "min": 4.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.2,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 10.7,
                            "min": 3.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.6,
                            "min": 5.7,
                            "unit": "K"
                          },
                          {
                            "max": 13.9,
                            "min": 4.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.9,
                            "min": 6.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.5,
                            "min": 4.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "fDxRJwbA",
                      "descriptions": [
                        {
                          "id": "rtVOthbvoz",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "SAIeSxAYbF",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "UskQa",
                      "programID": 879,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "LAHtoAEP",
                      "fareBasisCode": "GAipt0dl",
                      "fareCode": "wvh",
                      "fareDescription": "Public fare",
                      "rbd": "s",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "pDtIz"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "98.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "356.74",
                                  "curCode": "PAB",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "46.3"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "nkAeV",
                                "ruleId": "e6lsBLoIGL",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ARcAL",
                                "ruleId": "RKdFpYTACa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QtkrP",
                                "ruleId": "dIvFkaxUHL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "isEga",
                                "ruleId": "Oetu2EaYfC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "unyUf",
                                "ruleId": "wR3iIcZJAp",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "378.58",
                                  "curCode": "KWD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "20.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "EZBUG",
                                "ruleId": "NVzns5485L",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "daBET",
                                "ruleId": "l380br2WZH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "196.64",
                        "curCode": "KWD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "268.6",
                          "curCode": "PKR",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "223.53",
                          "curCode": "SBD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "69.79",
                          "curCode": "MVR",
                          "taxable": false
                        },
                        "exchangeRate": 1.154
                      },
                      "originalAmount": {
                        "amount": "434.21",
                        "curCode": "WST",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "428.37",
                                "curCode": "XPF",
                                "taxable": false
                              },
                              "arrivalCity": "GMC",
                              "boardingCity": "RMO",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "180.08",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "457.8",
                                "curCode": "LKR",
                                "taxable": true
                              },
                              "arrivalCity": "RCL",
                              "boardingCity": "MKS",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "159.64",
                                "curCode": "XPF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "284.82",
                                "curCode": "PKR",
                                "taxable": true
                              },
                              "arrivalCity": "KQE",
                              "boardingCity": "ASQ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "390.3",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "127.24",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "arrivalCity": "KQO",
                              "boardingCity": "XFH",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "391.18",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "471.17",
                            "curCode": "SAR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "385.19",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "arrivalCity": "DRM",
                              "boardingCity": "LYL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "389.47",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "274.73",
                                "curCode": "BDT",
                                "taxable": true
                              },
                              "arrivalCity": "SKA",
                              "boardingCity": "QJA",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "160.62",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "294.16",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "arrivalCity": "JYM",
                              "boardingCity": "MBZ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "476.86",
                                "curCode": "MRU",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "243.09",
                                "curCode": "KPW",
                                "taxable": false
                              },
                              "arrivalCity": "RLK",
                              "boardingCity": "DXG",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "244.76",
                                "curCode": "XCD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "176.89",
                            "curCode": "ILS",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "201.73",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "arrivalCity": "QNG",
                              "boardingCity": "OKX",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "98.57",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "247.96",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "arrivalCity": "AYE",
                              "boardingCity": "NXE",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "266.45",
                                "curCode": "KHR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "269.3",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "arrivalCity": "KFQ",
                              "boardingCity": "QQC",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "393.47",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "242.11",
                                "curCode": "EGP",
                                "taxable": false
                              },
                              "arrivalCity": "HET",
                              "boardingCity": "UTE",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "242.98",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "223.48",
                            "curCode": "SBD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "82.45",
                              "curCode": "TTD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "VN",
                            "taxCode": "NZk",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "950"
                          },
                          {
                            "amount": {
                              "amount": "77.73",
                              "curCode": "ISK",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "ZW",
                            "taxCode": "KXC",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "147"
                          },
                          {
                            "amount": {
                              "amount": "83.1",
                              "curCode": "CHF",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "GH",
                            "taxCode": "y8c",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "141"
                          }
                        ],
                        "total": {
                          "amount": "272.16",
                          "curCode": "ALL",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "434.57",
                        "curCode": "MXN",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ECX",
                          "date": "2027-05-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FVZ",
                          "date": "2026-08-03T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 828,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "7565",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MNT",
                              "date": "2026-08-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XDX",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LLD",
                              "date": "2027-06-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FMO",
                              "date": "2027-01-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ABY",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UPF",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "XaDdBBOU",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "4124",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "XEV",
                          "date": "2027-04-23T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UOE",
                          "date": "2027-02-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 388,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2992",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PJE",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WSL",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JTU",
                              "date": "2026-10-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ABT",
                              "date": "2027-03-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "GUT",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BGR",
                              "date": "2026-07-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "CNK",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XLR",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "fOVwoUCh",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2880",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "N"
                      }
                    ],
                    "ticketDesignator": "ziip",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "29.36",
                        "feeCurrencyCode": "TTD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "32.2",
                        "feeCurrencyCode": "XPF",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "126.72",
                        "feeCurrencyCode": "GMD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "83.34",
                        "feeCurrencyCode": "NAD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "191.26",
                        "feeCurrencyCode": "SYP",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "XJYPsLEh",
                      "descriptions": [
                        {
                          "id": "jnwILvZstG",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "zXtWd",
                      "programID": 967,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "piHJIfOE",
                      "fareBasisCode": "OSJNyFOa",
                      "fareCode": "zzc",
                      "fareDescription": "Public fare",
                      "rbd": "C",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "CuwVY"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "475.98",
                                  "curCode": "AUD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YPTGW",
                                "ruleId": "747DN5i2JD",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "YHCmZ",
                                "ruleId": "DJ6GUZgfT4",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "LTseO",
                                "ruleId": "Q167blENjr",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "340.89",
                                  "curCode": "SYP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "303.7",
                                  "curCode": "PLN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "81.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "61.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "252.78",
                                  "curCode": "RSD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "GSisr",
                                "ruleId": "2zPtiiGwYq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "nxIWX",
                                "ruleId": "ofbltLxBRN",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jRCar",
                                "ruleId": "vk2946jrTO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "heynI",
                                "ruleId": "Fk55h6t1A7",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZWIva",
                                "ruleId": "uLBbnxEgrg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "75.96",
                                  "curCode": "ARS",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "16.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "72.9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "fQUVG",
                                "ruleId": "k1kSG1g144",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "TMkdC",
                                "ruleId": "FgANLlzL6e",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "54.39",
                        "curCode": "CUP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "154.67",
                          "curCode": "CHF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "147.61",
                          "curCode": "SSP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "398.44",
                          "curCode": "NAD",
                          "taxable": false
                        },
                        "exchangeRate": 1.0914
                      },
                      "originalAmount": {
                        "amount": "408.38",
                        "curCode": "USD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "228.08",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "arrivalCity": "WBZ",
                              "boardingCity": "ISC",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "336.14",
                                "curCode": "SSP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "225.74",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "arrivalCity": "KJX",
                              "boardingCity": "ONH",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "135.13",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "121.92",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "arrivalCity": "OAO",
                              "boardingCity": "GLN",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "77.61",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "95.33",
                                "curCode": "RWF",
                                "taxable": false
                              },
                              "arrivalCity": "FNN",
                              "boardingCity": "XHQ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "369.44",
                                "curCode": "WST",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "88.02",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "KNC",
                              "boardingCity": "XXI",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "167.07",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "332.85",
                            "curCode": "SSP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "457.83",
                                "curCode": "GHS",
                                "taxable": false
                              },
                              "arrivalCity": "EBR",
                              "boardingCity": "EJE",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "59.54",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "390.07",
                            "curCode": "EGP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "449.45",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "JVZ",
                              "boardingCity": "MBF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "133.39",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "305.72",
                                "curCode": "TTD",
                                "taxable": false
                              },
                              "arrivalCity": "QLE",
                              "boardingCity": "NGY",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "68.59",
                                "curCode": "XCD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "206.86",
                            "curCode": "HNL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "212.75",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "arrivalCity": "BIB",
                              "boardingCity": "UAS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "397.25",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "435.34",
                                "curCode": "KES",
                                "taxable": true
                              },
                              "arrivalCity": "HKC",
                              "boardingCity": "LLS",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "411.5",
                                "curCode": "XPF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "366.54",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "arrivalCity": "JLL",
                              "boardingCity": "OXE",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "141.71",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "361.92",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "arrivalCity": "PRF",
                              "boardingCity": "NKA",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "311.44",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "425.87",
                            "curCode": "MNT",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "77.14",
                              "curCode": "KGS",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SG",
                            "taxCode": "eEH",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "464"
                          },
                          {
                            "amount": {
                              "amount": "60.35",
                              "curCode": "STN",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KW",
                            "taxCode": "res",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "016"
                          },
                          {
                            "amount": {
                              "amount": "0.96",
                              "curCode": "BYN",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "KR",
                            "taxCode": "sUe",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "593"
                          },
                          {
                            "amount": {
                              "amount": "17.47",
                              "curCode": "EUR",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MU",
                            "taxCode": "t6s",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "778"
                          },
                          {
                            "amount": {
                              "amount": "75.73",
                              "curCode": "UZS",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "IO",
                            "taxCode": "epY",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "154"
                          }
                        ],
                        "total": {
                          "amount": "261.16",
                          "curCode": "UYU",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "108.67",
                        "curCode": "QAR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "AZV",
                          "date": "2026-07-23T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "PMR",
                          "date": "2027-01-11T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1838,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "1678",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HUI",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NIJ",
                              "date": "2026-12-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JGD",
                              "date": "2026-09-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DRN",
                              "date": "2027-05-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "KPZCycc_",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "9136",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "P"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IID",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "HXR",
                          "date": "2026-08-19T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2103,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "0983",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RMJ",
                              "date": "2027-02-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VRT",
                              "date": "2026-10-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SNU",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EVO",
                              "date": "2027-05-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EMK",
                              "date": "2027-07-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OBM",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CMT",
                              "date": "2027-06-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PDW",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HFW",
                              "date": "2026-09-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BNH",
                              "date": "2026-11-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "vK8E1GGC",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "6300",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "s"
                      }
                    ],
                    "ticketDesignator": "KvMo",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "195.03",
                        "feeCurrencyCode": "INR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "44.22",
                        "feeCurrencyCode": "UGX",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "31.38",
                        "feeCurrencyCode": "MRU",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "179.76",
                      "curCode": "IDR",
                      "taxable": false
                    },
                    "arrivalCity": "QPH",
                    "boardingCity": "JIQ",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "375.17",
                      "curCode": "OMR",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "284.16",
                      "curCode": "NGN",
                      "taxable": false
                    },
                    "arrivalCity": "IZB",
                    "boardingCity": "MSV",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "371.09",
                      "curCode": "KGS",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "233.63",
                      "curCode": "MYR",
                      "taxable": true
                    },
                    "arrivalCity": "HNN",
                    "boardingCity": "XEA",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "76.36",
                      "curCode": "MWK",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "75.77",
                      "curCode": "ZWL",
                      "taxable": true
                    },
                    "arrivalCity": "VJD",
                    "boardingCity": "ZMU",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "420.73",
                      "curCode": "MVR",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "7433303",
                    "airline": "SQ",
                    "poviderName": "100K",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "4512",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "6571584",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "SILVER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "6915",
                    "tierCode": "S1",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "3709040",
                    "airline": "LH",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "4582",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "7812071",
                    "airline": "UA",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "1581",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "3502171",
                    "airline": "JL",
                    "poviderName": "30K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "2424",
                    "tierCode": "P2",
                    "tierName": "Elite",
                    "tierPriority": "GOLD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Ida",
                  "surname": "Schamberger"
                },
                "price": {
                  "baseAmount": {
                    "amount": "213.44",
                    "curCode": "XPF",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "417.67",
                      "curCode": "BGN",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "319.89",
                      "curCode": "BMD",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "127.76",
                      "curCode": "DOP",
                      "taxable": false
                    },
                    "exchangeRate": 1.0203
                  },
                  "originalAmount": {
                    "amount": "93.22",
                    "curCode": "LYD",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "255.21",
                            "curCode": "FJD",
                            "taxable": false
                          },
                          "arrivalCity": "KBU",
                          "boardingCity": "SMX",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "61.51",
                            "curCode": "PGK",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "490.79",
                            "curCode": "RUB",
                            "taxable": true
                          },
                          "arrivalCity": "FZH",
                          "boardingCity": "JEQ",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "397.51",
                            "curCode": "DZD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "171.6",
                            "curCode": "BYN",
                            "taxable": true
                          },
                          "arrivalCity": "DLW",
                          "boardingCity": "WYB",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "337.34",
                            "curCode": "BDT",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "214.22",
                        "curCode": "MZN",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "379.27",
                            "curCode": "PGK",
                            "taxable": false
                          },
                          "arrivalCity": "WHL",
                          "boardingCity": "KHF",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "388.67",
                            "curCode": "KPW",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "321.64",
                            "curCode": "HNL",
                            "taxable": false
                          },
                          "arrivalCity": "IWN",
                          "boardingCity": "NLD",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "163.61",
                            "curCode": "SAR",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "477.33",
                            "curCode": "SAR",
                            "taxable": true
                          },
                          "arrivalCity": "AZU",
                          "boardingCity": "GWZ",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "284.53",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "289.75",
                            "curCode": "MVR",
                            "taxable": true
                          },
                          "arrivalCity": "VVT",
                          "boardingCity": "RZB",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "473.06",
                            "curCode": "SCR",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "81.59",
                        "curCode": "CVE",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "480.56",
                            "curCode": "BAM",
                            "taxable": false
                          },
                          "arrivalCity": "UBB",
                          "boardingCity": "ETH",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "403.92",
                            "curCode": "AUD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "435.1",
                            "curCode": "KPW",
                            "taxable": true
                          },
                          "arrivalCity": "BLW",
                          "boardingCity": "LFF",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "77.46",
                            "curCode": "NIO",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "101.94",
                            "curCode": "HKD",
                            "taxable": false
                          },
                          "arrivalCity": "FTS",
                          "boardingCity": "LBL",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "336.02",
                            "curCode": "LYD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "262.39",
                        "curCode": "QAR",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "19.43",
                          "curCode": "XCD",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "PT",
                        "taxCode": "Ahd",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "471"
                      }
                    ],
                    "total": {
                      "amount": "150.5",
                      "curCode": "GHS",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "449.64",
                    "curCode": "AWG",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "KPXZMnZZpy"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.5,
                            "min": 3.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 28,
                            "min": 9,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.4,
                            "min": 5.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.4,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.4,
                            "min": 6.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.4,
                            "min": 4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.7,
                            "min": 9.5,
                            "unit": "K"
                          },
                          {
                            "max": 17,
                            "min": 0.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.8,
                            "min": 8.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.9,
                            "min": 4,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.8,
                            "min": 2.9,
                            "unit": "K"
                          },
                          {
                            "max": 14.8,
                            "min": 8,
                            "unit": "K"
                          },
                          {
                            "max": 23.4,
                            "min": 3.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.3,
                            "min": 7.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.8,
                            "min": 3.8,
                            "unit": "K"
                          },
                          {
                            "max": 13.4,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.2,
                            "min": 6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.8,
                            "min": 6.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.4,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.9,
                            "min": 3.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.9,
                            "min": 8.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.1,
                            "min": 4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.1,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.6,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 28.6,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.2,
                            "min": 4.7,
                            "unit": "K"
                          },
                          {
                            "max": 29.9,
                            "min": 8.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.1,
                            "min": 5.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.2,
                            "min": 8.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.9,
                            "min": 1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.1,
                            "min": 1.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.9,
                            "min": 3.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.8,
                            "min": 7.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.8,
                            "min": 3.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.2,
                            "min": 1.8,
                            "unit": "K"
                          },
                          {
                            "max": 21,
                            "min": 4.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.9,
                            "min": 0.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.6,
                            "min": 0.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10,
                            "min": 9.7,
                            "unit": "K"
                          },
                          {
                            "max": 20.7,
                            "min": 9.8,
                            "unit": "K"
                          },
                          {
                            "max": 13.3,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 24.5,
                            "min": 2.4,
                            "unit": "K"
                          },
                          {
                            "max": 17.3,
                            "min": 3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.4,
                            "min": 1.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 26,
                            "min": 5.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "NtZhQzCv",
                      "descriptions": [
                        {
                          "id": "bcqrcQhwrK",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "zFkQJ",
                      "programID": 316,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "vQzbSOIr",
                      "fareBasisCode": "UhsDrJXd",
                      "fareCode": "E8u",
                      "fareDescription": "Private fare",
                      "rbd": "U",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "RiLAl"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "299.73",
                                  "curCode": "UGX",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "127.75",
                                  "curCode": "JMD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "475.95",
                                  "curCode": "MUR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "UCVhV",
                                "ruleId": "5anwW6zMLT",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HBKmZ",
                                "ruleId": "wOcseBFCgP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "UifST",
                                "ruleId": "NHlHbYkX3M",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "eiCph",
                                "ruleId": "kSBP4mDk6u",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WOmYn",
                                "ruleId": "pPIqjqHkRp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "137.84",
                                  "curCode": "CHF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "444",
                                  "curCode": "TTD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "79.15",
                                  "curCode": "UGX",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "LZfHu",
                                "ruleId": "nTrLksft40",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "BBzqD",
                                "ruleId": "rEIyTGbckA",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MNedc",
                                "ruleId": "UfirqYKF82",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "VawcB",
                                "ruleId": "tXhGxdlQ4B",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "203.6",
                        "curCode": "BOB",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "187.65",
                          "curCode": "XOF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "421.53",
                          "curCode": "RUB",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "345.23",
                          "curCode": "LYD",
                          "taxable": true
                        },
                        "exchangeRate": 0.964
                      },
                      "originalAmount": {
                        "amount": "71.41",
                        "curCode": "KZT",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "208.1",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "arrivalCity": "GFA",
                              "boardingCity": "BXJ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "276.01",
                                "curCode": "AUD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "277.01",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "arrivalCity": "RMM",
                              "boardingCity": "DCH",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "144.56",
                                "curCode": "KGS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "249.49",
                                "curCode": "XAF",
                                "taxable": true
                              },
                              "arrivalCity": "BQF",
                              "boardingCity": "QVI",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "278.62",
                                "curCode": "LYD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "59.85",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "arrivalCity": "EGB",
                              "boardingCity": "WOI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "176.32",
                                "curCode": "EGP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "116.1",
                            "curCode": "GNF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "499.08",
                                "curCode": "TJS",
                                "taxable": false
                              },
                              "arrivalCity": "EGY",
                              "boardingCity": "VGD",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "128.35",
                                "curCode": "ISK",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "314.46",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "arrivalCity": "UPD",
                              "boardingCity": "HUN",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "464.98",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "310.46",
                            "curCode": "XPF",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "8.34",
                              "curCode": "CAD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "AF",
                            "taxCode": "ii8",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "807"
                          },
                          {
                            "amount": {
                              "amount": "44.1",
                              "curCode": "SYP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KP",
                            "taxCode": "7km",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "197"
                          }
                        ],
                        "total": {
                          "amount": "203.7",
                          "curCode": "IDR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "375.04",
                        "curCode": "STN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PVG",
                          "date": "2026-09-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "IMW",
                          "date": "2027-03-16T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 503,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "9982",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GFS",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UJH",
                              "date": "2027-02-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QRX",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XFH",
                              "date": "2026-10-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FBB",
                              "date": "2026-11-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WSP",
                              "date": "2026-07-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SZJ",
                              "date": "2027-03-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TZJ",
                              "date": "2026-07-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "xt44AZzP",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1034",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "K"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "MFY",
                          "date": "2027-01-09T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "AAA",
                          "date": "2026-10-16T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2950,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1378",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WLD",
                              "date": "2026-09-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VMJ",
                              "date": "2027-04-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AJB",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WXH",
                              "date": "2026-10-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "FNH",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CGJ",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Fyarw4Or",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "7490",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "T"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "SAV",
                          "date": "2026-11-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "PZM",
                          "date": "2027-02-17T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4808,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "3620",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZTX",
                              "date": "2027-06-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TFX",
                              "date": "2026-08-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "comZD4qO",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "6974",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "O"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YRK",
                          "date": "2026-11-12T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SIS",
                          "date": "2027-05-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2872,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "6402",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "AAZ",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SYO",
                              "date": "2026-12-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YNW",
                              "date": "2026-12-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WVY",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BWH",
                              "date": "2027-02-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XLS",
                              "date": "2027-06-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Y4wJfMXz",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2582",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "M"
                      }
                    ],
                    "ticketDesignator": "dJxP",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "103.44",
                        "feeCurrencyCode": "EGP",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "52.92",
                        "feeCurrencyCode": "NIO",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "98.32",
                        "feeCurrencyCode": "AWG",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "108.01",
                        "feeCurrencyCode": "KGS",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "167.31",
                        "feeCurrencyCode": "TRY",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "133.16",
                      "curCode": "KRW",
                      "taxable": true
                    },
                    "arrivalCity": "GLU",
                    "boardingCity": "KSP",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "440.77",
                      "curCode": "GEL",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "353.72",
                      "curCode": "PGK",
                      "taxable": false
                    },
                    "arrivalCity": "ZJV",
                    "boardingCity": "ZZX",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "131.72",
                      "curCode": "TWD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "84.62",
                      "curCode": "BND",
                      "taxable": true
                    },
                    "arrivalCity": "PUY",
                    "boardingCity": "MEJ",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "334.72",
                      "curCode": "ZMW",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1060781",
                    "airline": "BA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLT/SPH",
                    "programName": "SKYMILES GOLD",
                    "signInID": "7086",
                    "tierCode": "E1",
                    "tierName": "Executive",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "8614723",
                    "airline": "DL",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "7455",
                    "tierCode": "S1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Albina",
                  "surname": "Lindgren"
                },
                "price": {
                  "baseAmount": {
                    "amount": "422.24",
                    "curCode": "QAR",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "180.23",
                      "curCode": "SBD",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "297.63",
                      "curCode": "NAD",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "494.65",
                      "curCode": "RON",
                      "taxable": true
                    },
                    "exchangeRate": 0.9903
                  },
                  "originalAmount": {
                    "amount": "407.48",
                    "curCode": "IRR",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "181.41",
                            "curCode": "IQD",
                            "taxable": false
                          },
                          "arrivalCity": "KEP",
                          "boardingCity": "RPG",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "443.05",
                            "curCode": "HKD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "68.47",
                            "curCode": "SSP",
                            "taxable": false
                          },
                          "arrivalCity": "ZIW",
                          "boardingCity": "FTW",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "398.32",
                            "curCode": "ISK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "105.17",
                            "curCode": "IQD",
                            "taxable": true
                          },
                          "arrivalCity": "JBI",
                          "boardingCity": "MMG",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "265.3",
                            "curCode": "TWD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "238.93",
                            "curCode": "ERN",
                            "taxable": true
                          },
                          "arrivalCity": "XTD",
                          "boardingCity": "UAW",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "420.56",
                            "curCode": "EUR",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "498.82",
                        "curCode": "EUR",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "292.65",
                            "curCode": "INR",
                            "taxable": true
                          },
                          "arrivalCity": "LJI",
                          "boardingCity": "VRF",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "376.22",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "274.17",
                        "curCode": "KES",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "111.47",
                            "curCode": "BZD",
                            "taxable": true
                          },
                          "arrivalCity": "DFF",
                          "boardingCity": "PSP",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "473.34",
                            "curCode": "MYR",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "235",
                            "curCode": "GNF",
                            "taxable": true
                          },
                          "arrivalCity": "VGU",
                          "boardingCity": "DED",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "280.5",
                            "curCode": "PLN",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "373.14",
                            "curCode": "BSD",
                            "taxable": false
                          },
                          "arrivalCity": "CMP",
                          "boardingCity": "KTY",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "386.01",
                            "curCode": "TRY",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "308.65",
                            "curCode": "GHS",
                            "taxable": false
                          },
                          "arrivalCity": "ESW",
                          "boardingCity": "GEU",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "418.06",
                            "curCode": "COP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "330.41",
                            "curCode": "INR",
                            "taxable": true
                          },
                          "arrivalCity": "XJX",
                          "boardingCity": "IPZ",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "76.35",
                            "curCode": "MOP",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "318.51",
                        "curCode": "XCD",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "55.15",
                          "curCode": "DKK",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "DE",
                        "taxCode": "gZQ",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "242"
                      },
                      {
                        "amount": {
                          "amount": "16.33",
                          "curCode": "USD",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "KZ",
                        "taxCode": "WVQ",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "989"
                      },
                      {
                        "amount": {
                          "amount": "58.75",
                          "curCode": "VUV",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "MS",
                        "taxCode": "2HJ",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "246"
                      }
                    ],
                    "total": {
                      "amount": "489.35",
                      "curCode": "SRD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "248.31",
                    "curCode": "MAD",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "LAyBXlckHB"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.9,
                            "min": 1.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.3,
                            "min": 5.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.4,
                            "min": 3.9,
                            "unit": "K"
                          },
                          {
                            "max": 15.1,
                            "min": 8.3,
                            "unit": "K"
                          },
                          {
                            "max": 28.2,
                            "min": 8.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.1,
                            "min": 8.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 10,
                            "min": 6.9,
                            "unit": "K"
                          },
                          {
                            "max": 20.2,
                            "min": 3,
                            "unit": "K"
                          },
                          {
                            "max": 15.7,
                            "min": 0.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 30,
                            "min": 4.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.2,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 27,
                            "min": 4.1,
                            "unit": "K"
                          },
                          {
                            "max": 22.9,
                            "min": 3.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.1,
                            "min": 3.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26,
                            "min": 1.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.9,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 12.3,
                            "min": 4,
                            "unit": "K"
                          },
                          {
                            "max": 27.5,
                            "min": 5.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "lQKpncAx",
                      "descriptions": [
                        {
                          "id": "kMlsOeJGyL",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "yTEmd",
                      "programID": 232,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "hQHcUODi",
                      "fareBasisCode": "FSRD4HyI",
                      "fareCode": "hVy",
                      "fareDescription": "Public fare",
                      "rbd": "q",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "DZ6FW"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "11.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "91.7"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "IZcBf",
                                "ruleId": "vKMnLAfWeC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "KLVEo",
                                "ruleId": "4vZiFQkxtX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "eHkBI",
                                "ruleId": "UDkMvjG7QK",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "CNfox",
                                "ruleId": "Uv3DPQpVRC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "282.14",
                                  "curCode": "MDL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "PwtMC",
                                "ruleId": "kXz20Codyl",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qkqyX",
                                "ruleId": "6wYc3rjPiM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HKlUw",
                                "ruleId": "Aq4MRGqJ77",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "82.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "74.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "149.5",
                                  "curCode": "BMD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "KfeQp",
                                "ruleId": "55Wqn79khb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "182.75",
                        "curCode": "CNY",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "175.72",
                          "curCode": "COP",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "283.44",
                          "curCode": "TJS",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "457.14",
                          "curCode": "TMT",
                          "taxable": true
                        },
                        "exchangeRate": 1.0611
                      },
                      "originalAmount": {
                        "amount": "264.72",
                        "curCode": "ERN",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "296.82",
                                "curCode": "EGP",
                                "taxable": true
                              },
                              "arrivalCity": "NEX",
                              "boardingCity": "PSL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "425.07",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "88.48",
                                "curCode": "CUP",
                                "taxable": false
                              },
                              "arrivalCity": "MUQ",
                              "boardingCity": "DQQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "144.47",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "219.68",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "JDN",
                              "boardingCity": "TCW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "264.19",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "494.52",
                                "curCode": "JPY",
                                "taxable": false
                              },
                              "arrivalCity": "QVR",
                              "boardingCity": "OFZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "204.29",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "388.14",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "PBD",
                              "boardingCity": "YDS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "86.03",
                                "curCode": "PYG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "59.31",
                            "curCode": "MAD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "479.16",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "arrivalCity": "FTE",
                              "boardingCity": "MXT",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "317.62",
                                "curCode": "DOP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "484.81",
                                "curCode": "BHD",
                                "taxable": true
                              },
                              "arrivalCity": "PQV",
                              "boardingCity": "SHG",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "255.17",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "405.79",
                                "curCode": "ETB",
                                "taxable": false
                              },
                              "arrivalCity": "ZEJ",
                              "boardingCity": "JQP",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "317.89",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "277.67",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "arrivalCity": "KCE",
                              "boardingCity": "KCG",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "106.21",
                                "curCode": "LYD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "185.91",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "arrivalCity": "JTL",
                              "boardingCity": "QLZ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "155.97",
                                "curCode": "FKP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "240.29",
                            "curCode": "PHP",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "29.99",
                              "curCode": "JOD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "BN",
                            "taxCode": "f8u",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "751"
                          },
                          {
                            "amount": {
                              "amount": "1.92",
                              "curCode": "UYU",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "DM",
                            "taxCode": "nVy",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "147"
                          }
                        ],
                        "total": {
                          "amount": "256.53",
                          "curCode": "MOP",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "353.28",
                        "curCode": "SGD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZNI",
                          "date": "2027-07-15T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EFI",
                          "date": "2027-03-01T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1987,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "5562",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YGY",
                              "date": "2026-07-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UHG",
                              "date": "2026-07-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "MuTZaziy",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "4913",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "S"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "IGV",
                          "date": "2027-06-01T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OGO",
                          "date": "2026-10-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4764,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "4230",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JXI",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IFZ",
                              "date": "2026-11-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JHD",
                              "date": "2026-08-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YGU",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "INP",
                              "date": "2026-08-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LEH",
                              "date": "2026-10-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ZDH",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MZO",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "BTcsYQkd",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4584",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "o"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "MXS",
                          "date": "2026-09-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ZTU",
                          "date": "2027-03-15T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2760,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "6687",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RWP",
                              "date": "2027-04-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SPC",
                              "date": "2026-08-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FMA",
                              "date": "2027-04-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CBW",
                              "date": "2026-11-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EHV",
                              "date": "2026-11-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HGI",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "03ygyZK7",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "8169",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "d"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ZYU",
                          "date": "2027-05-02T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "ABQ",
                          "date": "2027-04-09T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3254,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8310",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "LGN",
                              "date": "2026-08-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YGY",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "JUqcmw56",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "3764",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      }
                    ],
                    "ticketDesignator": "Onsg",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "59.06",
                        "feeCurrencyCode": "MNT",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "47.83",
                        "feeCurrencyCode": "KYD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "176.06",
                        "feeCurrencyCode": "OMR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "zSlqjtyv",
                      "descriptions": [
                        {
                          "id": "OZkFgGqRkw",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "BGgRmMwOlD",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "uNyNx",
                      "programID": 100,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "zJTtHEtS",
                      "fareBasisCode": "YmeNDPoi",
                      "fareCode": "Qoe",
                      "fareDescription": "Private fare",
                      "rbd": "n",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "YzpbM"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "230.07",
                                  "curCode": "GBP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "26.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "30.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "51.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "257.58",
                                  "curCode": "MDL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "bWUuu",
                                "ruleId": "0Zij48LxwG",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JTBav",
                                "ruleId": "Wo5sYVYVNK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "bSkLe",
                                "ruleId": "SDkUQw3PiT",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gBrwO",
                                "ruleId": "OThiHwybgH",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "385.66",
                                  "curCode": "BAM",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "wbJTm",
                                "ruleId": "JqcT4tvHLV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "437",
                                  "curCode": "VES",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zeesT",
                                "ruleId": "IVi5iIpXZe",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "Muuro",
                                "ruleId": "UARMsA6dh1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "UYfBu",
                                "ruleId": "uUqoiM0sON",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "60"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "XGLMP",
                                "ruleId": "QLYn2xqAZg",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ogMWr",
                                "ruleId": "Qceym7O2UP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "344.98",
                                  "curCode": "ILS",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "459.78",
                                  "curCode": "EGP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "ZKali",
                                "ruleId": "zI5XJTUy2r",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "UrKDW",
                                "ruleId": "wnQ21b1CmB",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "259.53",
                        "curCode": "UYU",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "459.32",
                          "curCode": "KYD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "444.45",
                          "curCode": "STN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "455.2",
                          "curCode": "RSD",
                          "taxable": true
                        },
                        "exchangeRate": 1.1833
                      },
                      "originalAmount": {
                        "amount": "105.77",
                        "curCode": "MAD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "331.17",
                                "curCode": "EGP",
                                "taxable": false
                              },
                              "arrivalCity": "HKR",
                              "boardingCity": "BQD",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "455.16",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "488.68",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "arrivalCity": "NKB",
                              "boardingCity": "SRH",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "237.45",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "243.72",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "arrivalCity": "HMH",
                              "boardingCity": "DYY",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "264.22",
                                "curCode": "DOP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "458.37",
                                "curCode": "LRD",
                                "taxable": false
                              },
                              "arrivalCity": "XCI",
                              "boardingCity": "OCE",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "169.28",
                                "curCode": "MNT",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "151.5",
                            "curCode": "GYD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "76.74",
                                "curCode": "UAH",
                                "taxable": true
                              },
                              "arrivalCity": "RSZ",
                              "boardingCity": "DXN",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "421.01",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "241.24",
                            "curCode": "SBD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "302.46",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "arrivalCity": "XLU",
                              "boardingCity": "QRG",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "338.47",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "427.27",
                                "curCode": "SSP",
                                "taxable": false
                              },
                              "arrivalCity": "WYJ",
                              "boardingCity": "ESK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "309.91",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "127.8",
                                "curCode": "ARS",
                                "taxable": false
                              },
                              "arrivalCity": "BUQ",
                              "boardingCity": "WMB",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "434.6",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "321.52",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "arrivalCity": "ZTA",
                              "boardingCity": "JAE",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "181.22",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "118.04",
                            "curCode": "AFN",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "65.3",
                              "curCode": "HKD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "FI",
                            "taxCode": "jJR",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "545"
                          }
                        ],
                        "total": {
                          "amount": "102.05",
                          "curCode": "MRU",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "185.94",
                        "curCode": "LBP",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "WEE",
                          "date": "2027-05-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KFS",
                          "date": "2027-01-06T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2224,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "0688",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RCQ",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JBI",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "c0Qu5uQG",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2749",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "t"
                      }
                    ],
                    "ticketDesignator": "f2c4",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "67.65",
                        "feeCurrencyCode": "MNT",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "136.89",
                        "feeCurrencyCode": "BTN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "24.59",
                        "feeCurrencyCode": "IQD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "192.74",
                        "feeCurrencyCode": "GMD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "76.91",
                      "curCode": "MYR",
                      "taxable": true
                    },
                    "arrivalCity": "GOL",
                    "boardingCity": "GGY",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "445.62",
                      "curCode": "GTQ",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "302.88",
                      "curCode": "SRD",
                      "taxable": false
                    },
                    "arrivalCity": "LXW",
                    "boardingCity": "BZI",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "207.67",
                      "curCode": "SCR",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "183.54",
                      "curCode": "BIF",
                      "taxable": true
                    },
                    "arrivalCity": "GEQ",
                    "boardingCity": "GZU",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "79.17",
                      "curCode": "KZT",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "245.29",
                      "curCode": "PKR",
                      "taxable": true
                    },
                    "arrivalCity": "ZXG",
                    "boardingCity": "NQS",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "421.45",
                      "curCode": "AOA",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "9265582",
                    "airline": "AF",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLATINUM",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "0711",
                    "tierCode": "P1",
                    "tierName": "Elite",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "1185000",
                    "airline": "LH",
                    "poviderName": "100K",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "6599",
                    "tierCode": "G1",
                    "tierName": "Elite",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "4412479",
                    "airline": "UA",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "8699",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Aiden",
                  "surname": "Cummings"
                },
                "price": {
                  "baseAmount": {
                    "amount": "384.99",
                    "curCode": "MYR",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "227.71",
                      "curCode": "DZD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "135.57",
                      "curCode": "SGD",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "201.74",
                      "curCode": "EGP",
                      "taxable": true
                    },
                    "exchangeRate": 1.0999
                  },
                  "originalAmount": {
                    "amount": "287.23",
                    "curCode": "KHR",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "487.08",
                            "curCode": "RON",
                            "taxable": true
                          },
                          "arrivalCity": "UUL",
                          "boardingCity": "MMH",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "272.64",
                            "curCode": "TRY",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "376.5",
                        "curCode": "HKD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "445.28",
                            "curCode": "CVE",
                            "taxable": true
                          },
                          "arrivalCity": "FAD",
                          "boardingCity": "AHS",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "406.6",
                            "curCode": "SOS",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "243.88",
                            "curCode": "HNL",
                            "taxable": false
                          },
                          "arrivalCity": "YFZ",
                          "boardingCity": "KBY",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "487.97",
                            "curCode": "MMK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "55.11",
                            "curCode": "HTG",
                            "taxable": true
                          },
                          "arrivalCity": "SJH",
                          "boardingCity": "SBX",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "134.74",
                            "curCode": "KYD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "440.15",
                        "curCode": "MWK",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "308.08",
                            "curCode": "SRD",
                            "taxable": true
                          },
                          "arrivalCity": "UQA",
                          "boardingCity": "XIL",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "367.18",
                            "curCode": "LBP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "119.33",
                            "curCode": "JOD",
                            "taxable": false
                          },
                          "arrivalCity": "AZO",
                          "boardingCity": "TJF",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "425.29",
                            "curCode": "XCD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "186.96",
                            "curCode": "KWD",
                            "taxable": true
                          },
                          "arrivalCity": "VCZ",
                          "boardingCity": "FRR",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "69.05",
                            "curCode": "FJD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "377.04",
                        "curCode": "ZMW",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "398.78",
                            "curCode": "AFN",
                            "taxable": false
                          },
                          "arrivalCity": "WKX",
                          "boardingCity": "WQL",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "401.05",
                            "curCode": "PKR",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "463.61",
                            "curCode": "MYR",
                            "taxable": true
                          },
                          "arrivalCity": "LOP",
                          "boardingCity": "SQL",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "132",
                            "curCode": "SAR",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "181.77",
                            "curCode": "ZMW",
                            "taxable": false
                          },
                          "arrivalCity": "KRT",
                          "boardingCity": "WBH",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "263.1",
                            "curCode": "WST",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "483.4",
                            "curCode": "YER",
                            "taxable": false
                          },
                          "arrivalCity": "PVG",
                          "boardingCity": "VUZ",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "237.04",
                            "curCode": "AUD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "191.8",
                        "curCode": "NOK",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "192.87",
                            "curCode": "MUR",
                            "taxable": false
                          },
                          "arrivalCity": "NGO",
                          "boardingCity": "UXX",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "304.63",
                            "curCode": "RWF",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "233.29",
                            "curCode": "CAD",
                            "taxable": true
                          },
                          "arrivalCity": "LVR",
                          "boardingCity": "CJA",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "235.7",
                            "curCode": "GTQ",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "268.13",
                            "curCode": "SDG",
                            "taxable": true
                          },
                          "arrivalCity": "IAZ",
                          "boardingCity": "NPV",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "159.5",
                            "curCode": "WST",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "193.42",
                        "curCode": "KES",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "16.28",
                          "curCode": "SDG",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "DM",
                        "taxCode": "xGy",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "764"
                      },
                      {
                        "amount": {
                          "amount": "33.4",
                          "curCode": "GTQ",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "GS",
                        "taxCode": "vNr",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "931"
                      },
                      {
                        "amount": {
                          "amount": "44.97",
                          "curCode": "ILS",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "FR",
                        "taxCode": "LnO",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "176"
                      },
                      {
                        "amount": {
                          "amount": "80.78",
                          "curCode": "DOP",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "KP",
                        "taxCode": "sk3",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "378"
                      }
                    ],
                    "total": {
                      "amount": "122.36",
                      "curCode": "NOK",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "69.09",
                    "curCode": "TMT",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "UZHvcLByMN"
              }
            ],
            "type": "Air"
          },
          {
            "commission": {
              "amount": "169.01",
              "code": "BFST",
              "currencyCode": "XCD",
              "description": "Standard commission",
              "percentage": "11.47",
              "percentageAppliedToAmount": "787.64"
            },
            "id": "uHbgfC",
            "mandatoryInd": false,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.8,
                            "min": 2.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.8,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 15.7,
                            "min": 8.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.5,
                            "min": 5.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.5,
                            "min": 1.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 21,
                            "min": 6.7,
                            "unit": "K"
                          },
                          {
                            "max": 29.3,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 24.3,
                            "min": 2.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "ALMdujNW",
                      "descriptions": [
                        {
                          "id": "BkvbjjbJZG",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "YqhcNBTlke",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "ZBNZe",
                      "programID": 281,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "ggOwkMrp",
                      "fareBasisCode": "8uonh9na",
                      "fareCode": "pQP",
                      "fareDescription": "Private fare",
                      "rbd": "A",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Z8LAB"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "94"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "49"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "29.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "347.77",
                                  "curCode": "SDG",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "wYCcM",
                                "ruleId": "J2VM8HUDVq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "aADRX",
                                "ruleId": "tQHD4UcGYm",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "sNDeM",
                                "ruleId": "G9n2KD74Pa",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "BQZzf",
                                "ruleId": "JT9THgnaHS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MgryC",
                                "ruleId": "IJezF9wt2P",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "48.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "35"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "37.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "74.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "LCjrX",
                                "ruleId": "LttpCYGbZs",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "218.98",
                                  "curCode": "PAB",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "27.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "17.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "70.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "ZMdSt",
                                "ruleId": "owwG7ip4pL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "RFFDe",
                                "ruleId": "OpizQroU3b",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kfNzI",
                                "ruleId": "GLyRxGyTP6",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "NsjsN",
                                "ruleId": "qIaZLxyoKZ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "498.64",
                        "curCode": "TZS",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "113.84",
                          "curCode": "CAD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "129.52",
                          "curCode": "MDL",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "76.58",
                          "curCode": "JOD",
                          "taxable": true
                        },
                        "exchangeRate": 1.1096
                      },
                      "originalAmount": {
                        "amount": "490.11",
                        "curCode": "BZD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "401.05",
                                "curCode": "TTD",
                                "taxable": false
                              },
                              "arrivalCity": "AFM",
                              "boardingCity": "DWO",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "74.99",
                                "curCode": "GMD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "111.27",
                                "curCode": "MOP",
                                "taxable": false
                              },
                              "arrivalCity": "PEW",
                              "boardingCity": "UIM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "331.27",
                                "curCode": "DKK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "381.07",
                                "curCode": "BMD",
                                "taxable": false
                              },
                              "arrivalCity": "MUH",
                              "boardingCity": "ITA",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "207.49",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "378.06",
                            "curCode": "SGD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "404.43",
                                "curCode": "VES",
                                "taxable": false
                              },
                              "arrivalCity": "SFD",
                              "boardingCity": "KAK",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "79.32",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "171.98",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "arrivalCity": "FWM",
                              "boardingCity": "RLN",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "468.35",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "258.99",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "arrivalCity": "HDO",
                              "boardingCity": "ZJQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "364.17",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "404.87",
                            "curCode": "GEL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "278.3",
                                "curCode": "PEN",
                                "taxable": true
                              },
                              "arrivalCity": "TWI",
                              "boardingCity": "UKA",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "495.03",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "422.48",
                                "curCode": "WST",
                                "taxable": true
                              },
                              "arrivalCity": "RUH",
                              "boardingCity": "ZPH",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "447.95",
                                "curCode": "KZT",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "212.63",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "arrivalCity": "FMW",
                              "boardingCity": "LFV",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "271.03",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "80.78",
                            "curCode": "MVR",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "68.96",
                              "curCode": "SCR",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "AI",
                            "taxCode": "h20",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "311"
                          },
                          {
                            "amount": {
                              "amount": "94.91",
                              "curCode": "SBD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "HR",
                            "taxCode": "swQ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "913"
                          },
                          {
                            "amount": {
                              "amount": "50.17",
                              "curCode": "MXN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "KI",
                            "taxCode": "2yp",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "469"
                          },
                          {
                            "amount": {
                              "amount": "75.05",
                              "curCode": "GYD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "GH",
                            "taxCode": "JEl",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "421"
                          },
                          {
                            "amount": {
                              "amount": "59.21",
                              "curCode": "CVE",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PN",
                            "taxCode": "vfA",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "285"
                          }
                        ],
                        "total": {
                          "amount": "104.24",
                          "curCode": "QAR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "224.69",
                        "curCode": "BND",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RQK",
                          "date": "2027-04-05T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "YBB",
                          "date": "2027-02-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3938,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5482",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZSZ",
                              "date": "2027-03-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NCK",
                              "date": "2026-11-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MON",
                              "date": "2027-03-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DYV",
                              "date": "2026-08-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "RFR",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "INY",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "DRF",
                              "date": "2027-05-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HRJ",
                              "date": "2027-04-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "QkeAvyF4",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "9149",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "U"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "MBQ",
                          "date": "2027-01-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "QPP",
                          "date": "2027-03-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1652,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "0074",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WGG",
                              "date": "2026-10-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DNR",
                              "date": "2026-08-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "LSS",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CAU",
                              "date": "2026-10-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FSI",
                              "date": "2027-05-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KFW",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QSG",
                              "date": "2026-08-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NBL",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "LIN",
                              "date": "2027-02-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OCG",
                              "date": "2026-10-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "JN_5W1RM",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "5882",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "z"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YQK",
                          "date": "2027-03-14T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "CDS",
                          "date": "2026-12-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 235,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1166",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BQO",
                              "date": "2027-07-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KOY",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "CIU",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JVC",
                              "date": "2026-11-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FWU",
                              "date": "2026-12-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WST",
                              "date": "2026-08-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VGY",
                              "date": "2026-07-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SUH",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "_NSz0dMr",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "8797",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "R"
                      }
                    ],
                    "ticketDesignator": "MSos",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "20.83",
                        "feeCurrencyCode": "SAR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "BBgrFScc",
                      "descriptions": [
                        {
                          "id": "dZCkXjhMKT",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "ALAZk",
                      "programID": 649,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "ZHlyVqQQ",
                      "fareBasisCode": "82yApwPY",
                      "fareCode": "GQw",
                      "fareDescription": "Private fare",
                      "rbd": "c",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "CsRdN"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "475.1",
                                  "curCode": "MUR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "445.87",
                                  "curCode": "HUF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "18.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "292.54",
                                  "curCode": "SAR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "LBIWD",
                                "ruleId": "5WJnXziEfV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cKdCB",
                                "ruleId": "lDDoJ0jYKW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "CKfJn",
                                "ruleId": "xGTArx1ast",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CxgLm",
                                "ruleId": "ehoglgOuVk",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "99.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "89"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "411.44",
                                  "curCode": "PLN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "139.41",
                                  "curCode": "BIF",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "MQtWM",
                                "ruleId": "99JiSwDsbQ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "81.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "416.42",
                                  "curCode": "PHP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "pfFrW",
                                "ruleId": "XP6hTecVfb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aerVL",
                                "ruleId": "clWnWnfj34",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MOifj",
                                "ruleId": "fD9nl8UHwC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "123.01",
                        "curCode": "MYR",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "143.78",
                          "curCode": "JPY",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "465.24",
                          "curCode": "INR",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "267.53",
                          "curCode": "LBP",
                          "taxable": true
                        },
                        "exchangeRate": 1.1063
                      },
                      "originalAmount": {
                        "amount": "91.97",
                        "curCode": "CNY",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "449.75",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "arrivalCity": "XUV",
                              "boardingCity": "PAT",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "227.63",
                                "curCode": "ZWL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "267.22",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "ZMM",
                              "boardingCity": "RIK",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "348.19",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "283.77",
                                "curCode": "KMF",
                                "taxable": true
                              },
                              "arrivalCity": "MXK",
                              "boardingCity": "PPK",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "309.72",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "114.46",
                                "curCode": "BZD",
                                "taxable": false
                              },
                              "arrivalCity": "ARK",
                              "boardingCity": "UMQ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "88.84",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "261.03",
                            "curCode": "SCR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "386.36",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "arrivalCity": "PPT",
                              "boardingCity": "VSL",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "409.29",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "356.62",
                                "curCode": "NZD",
                                "taxable": true
                              },
                              "arrivalCity": "BIJ",
                              "boardingCity": "IMF",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "262.85",
                                "curCode": "TTD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "490.84",
                                "curCode": "UYU",
                                "taxable": false
                              },
                              "arrivalCity": "LER",
                              "boardingCity": "UDC",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "229.59",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "105.09",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "arrivalCity": "QAZ",
                              "boardingCity": "NYO",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "410.24",
                                "curCode": "ZWL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "95.88",
                            "curCode": "SEK",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "175.8",
                                "curCode": "HUF",
                                "taxable": true
                              },
                              "arrivalCity": "CGY",
                              "boardingCity": "TBW",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "125.44",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "156.81",
                                "curCode": "MKD",
                                "taxable": true
                              },
                              "arrivalCity": "TFQ",
                              "boardingCity": "RWH",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "333.25",
                                "curCode": "BSD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "82.88",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "arrivalCity": "BBW",
                              "boardingCity": "VEI",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "289.36",
                                "curCode": "BTN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "459.99",
                            "curCode": "NOK",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "63.7",
                              "curCode": "IQD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CM",
                            "taxCode": "sgL",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "666"
                          },
                          {
                            "amount": {
                              "amount": "70.4",
                              "curCode": "KPW",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MV",
                            "taxCode": "207",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "333"
                          },
                          {
                            "amount": {
                              "amount": "45.55",
                              "curCode": "VES",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "FM",
                            "taxCode": "oiO",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "026"
                          }
                        ],
                        "total": {
                          "amount": "222.92",
                          "curCode": "ERN",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "446.99",
                        "curCode": "GBP",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "UFL",
                          "date": "2027-03-16T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OOS",
                          "date": "2026-07-23T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 777,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "2780",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YHO",
                              "date": "2026-10-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NFW",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XLT",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GFR",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "REE",
                              "date": "2026-08-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QQW",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ROJ",
                              "date": "2026-12-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BTH",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RSR",
                              "date": "2026-11-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MPS",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "SUosnn26",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "2856",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "s"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "MYI",
                          "date": "2026-08-12T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ITT",
                          "date": "2027-01-01T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3635,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "6467",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WFK",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BFT",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MFI",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HHM",
                              "date": "2026-09-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QRG",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QHJ",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "cTXN7thQ",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "6600",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "STS",
                          "date": "2027-03-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ZMD",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3422,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4769",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JQZ",
                              "date": "2027-01-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TJV",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FUF",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TMF",
                              "date": "2027-04-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VZL",
                              "date": "2026-11-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DRO",
                              "date": "2026-12-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KKM",
                              "date": "2027-02-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JJP",
                              "date": "2027-03-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "ZeP_vZ3V",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "8765",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "n"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZPJ",
                          "date": "2027-05-16T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ZEU",
                          "date": "2027-05-24T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 442,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3922",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HYM",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YHI",
                              "date": "2027-06-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "PLTFqim5",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "6748",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "f"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NHA",
                          "date": "2026-12-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "LTY",
                          "date": "2027-03-24T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4851,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "8739",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NDQ",
                              "date": "2026-11-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RSH",
                              "date": "2027-04-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PLB",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FSN",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ESX",
                              "date": "2026-07-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SYH",
                              "date": "2026-11-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "dwee6GI3",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "6763",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "R"
                      }
                    ],
                    "ticketDesignator": "jQ91",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "40.62",
                        "feeCurrencyCode": "ERN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "180.89",
                        "feeCurrencyCode": "BTN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "32.51",
                        "feeCurrencyCode": "ZMW",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "EQLWujsz",
                      "descriptions": [
                        {
                          "id": "kZVaFXDEKJ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "uhJotEoevp",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "rqomo",
                      "programID": 628,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "aZOJTdkY",
                      "fareBasisCode": "xGiNqern",
                      "fareCode": "mrx",
                      "fareDescription": "Public fare",
                      "rbd": "b",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "j4IeE"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "69.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "354.88",
                                  "curCode": "DOP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "330.42",
                                  "curCode": "MZN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "276.25",
                                  "curCode": "TJS",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "47.7"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "NWpje",
                                "ruleId": "500yOuZ1bv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "232.93",
                                  "curCode": "PYG",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "56.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "LHsfQ",
                                "ruleId": "aMyb30QRK9",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mkafY",
                                "ruleId": "Kq07thUmmv",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vnwoV",
                                "ruleId": "wUBs5AYO4u",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "txJIA",
                                "ruleId": "oebskRJrVL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "499.82",
                                  "curCode": "KHR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "99.38",
                                  "curCode": "ZMW",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "461.65",
                                  "curCode": "OMR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "6.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "16.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "nRRfZ",
                                "ruleId": "jfEAA5rPhZ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "282.49",
                                  "curCode": "SRD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "62.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "331.73",
                                  "curCode": "DJF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "lEeWM",
                                "ruleId": "qyQ0MXJWsI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "IfXos",
                                "ruleId": "gTvNMoh7FS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "qeDjr",
                                "ruleId": "QuCMWnqTqL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "51.28",
                        "curCode": "GEL",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "356.03",
                          "curCode": "LRD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "391.74",
                          "curCode": "IDR",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "429.54",
                          "curCode": "PYG",
                          "taxable": false
                        },
                        "exchangeRate": 0.8857
                      },
                      "originalAmount": {
                        "amount": "200.99",
                        "curCode": "XPF",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "85.75",
                                "curCode": "UYU",
                                "taxable": false
                              },
                              "arrivalCity": "HNW",
                              "boardingCity": "AUC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "325.21",
                                "curCode": "TZS",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "290.63",
                                "curCode": "JPY",
                                "taxable": true
                              },
                              "arrivalCity": "HFZ",
                              "boardingCity": "JRM",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "275.07",
                                "curCode": "STN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "277.22",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "arrivalCity": "PBM",
                              "boardingCity": "WSJ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "421.78",
                                "curCode": "CUP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "472.22",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "arrivalCity": "ZZF",
                              "boardingCity": "HJD",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "90.4",
                                "curCode": "USD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "404.27",
                            "curCode": "PHP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "274.06",
                                "curCode": "ILS",
                                "taxable": true
                              },
                              "arrivalCity": "XFG",
                              "boardingCity": "GPC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "343.93",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "374.67",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "arrivalCity": "IJZ",
                              "boardingCity": "PLZ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "328.36",
                                "curCode": "SAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "205.73",
                                "curCode": "MRU",
                                "taxable": true
                              },
                              "arrivalCity": "TYP",
                              "boardingCity": "QZL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "295.43",
                                "curCode": "JPY",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "345.31",
                            "curCode": "JOD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "26.92",
                              "curCode": "CRC",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BY",
                            "taxCode": "QAV",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "995"
                          }
                        ],
                        "total": {
                          "amount": "408.69",
                          "curCode": "MYR",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "192.17",
                        "curCode": "BOB",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "XQH",
                          "date": "2026-09-21T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ZFK",
                          "date": "2026-10-06T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 534,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0840",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UHH",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JEV",
                              "date": "2026-11-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AUG",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DHL",
                              "date": "2027-02-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "QIU",
                              "date": "2027-01-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AZG",
                              "date": "2026-12-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "gc3SeXB2",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "7955",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "u"
                      }
                    ],
                    "ticketDesignator": "XqxL",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "117.3",
                        "feeCurrencyCode": "VUV",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "120.27",
                        "feeCurrencyCode": "SAR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "167.83",
                        "feeCurrencyCode": "MAD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "197.15",
                        "feeCurrencyCode": "SYP",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "54.18",
                        "feeCurrencyCode": "KHR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "kjXTjFcm",
                      "descriptions": [
                        {
                          "id": "cVNNqDdARw",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "qUInoBuxMh",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "nbDuoayRZZ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "qEzLMDoqtR",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "AZAGrdFpVd",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "CbXcL",
                      "programID": 709,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "aKjxmfLI",
                      "fareBasisCode": "11zdjK7w",
                      "fareCode": "XYK",
                      "fareDescription": "Public fare",
                      "rbd": "J",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "CGcWX"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "91.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "76.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "87.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "99.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YOmMZ",
                                "ruleId": "3DQADy2fgy",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "Ruqem",
                                "ruleId": "6ICl4dY5qu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "120.09",
                        "curCode": "NZD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "127.54",
                          "curCode": "KPW",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "255.66",
                          "curCode": "BRL",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "353.1",
                          "curCode": "GNF",
                          "taxable": true
                        },
                        "exchangeRate": 1.1296
                      },
                      "originalAmount": {
                        "amount": "248.67",
                        "curCode": "GMD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "356.74",
                                "curCode": "FKP",
                                "taxable": false
                              },
                              "arrivalCity": "ZKT",
                              "boardingCity": "WPW",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "435",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "438.64",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "arrivalCity": "ZFN",
                              "boardingCity": "KJT",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "182.09",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "379.79",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "arrivalCity": "CWA",
                              "boardingCity": "YFQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "137.66",
                                "curCode": "WST",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "206.99",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "arrivalCity": "OZI",
                              "boardingCity": "MTN",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "430.47",
                                "curCode": "SAR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "430.19",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "arrivalCity": "APC",
                              "boardingCity": "AKK",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "446.98",
                                "curCode": "KWD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "308.41",
                            "curCode": "SDG",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "247.54",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "arrivalCity": "ZCF",
                              "boardingCity": "JKA",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "260.68",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "496.39",
                                "curCode": "HNL",
                                "taxable": false
                              },
                              "arrivalCity": "JII",
                              "boardingCity": "ULE",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "402.93",
                                "curCode": "SRD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "58.38",
                            "curCode": "PGK",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "432.18",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "arrivalCity": "YIP",
                              "boardingCity": "KJT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "178.88",
                                "curCode": "TRY",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "358.9",
                            "curCode": "MVR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "70.99",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "arrivalCity": "KBI",
                              "boardingCity": "LBZ",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "99.34",
                                "curCode": "KPW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "270.27",
                            "curCode": "KMF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "260.45",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "arrivalCity": "MWT",
                              "boardingCity": "OZW",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "453.99",
                                "curCode": "ARS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "53.48",
                                "curCode": "RUB",
                                "taxable": false
                              },
                              "arrivalCity": "BQZ",
                              "boardingCity": "GEV",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "167.79",
                                "curCode": "SSP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "198.78",
                            "curCode": "SBD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "29.95",
                              "curCode": "KES",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KZ",
                            "taxCode": "mWg",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "453"
                          },
                          {
                            "amount": {
                              "amount": "28.47",
                              "curCode": "ZWL",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BZ",
                            "taxCode": "odx",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "762"
                          }
                        ],
                        "total": {
                          "amount": "119.89",
                          "curCode": "GNF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "255.76",
                        "curCode": "BZD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "DIO",
                          "date": "2027-05-24T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "MCL",
                          "date": "2027-02-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1866,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "6008",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MZZ",
                              "date": "2027-04-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TCJ",
                              "date": "2027-03-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WWA",
                              "date": "2027-01-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VSG",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YNN",
                              "date": "2026-11-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KPS",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "SWX",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PQF",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EBP",
                              "date": "2027-01-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CRK",
                              "date": "2027-06-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "wgNWEIxl",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2258",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "G"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VIT",
                          "date": "2027-05-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "YVU",
                          "date": "2027-03-01T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2351,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "6475",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NWS",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ABG",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FMY",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GJV",
                              "date": "2026-07-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "IGW",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TRY",
                              "date": "2026-08-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YWY",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KRV",
                              "date": "2026-08-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "GnBhgL7t",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "8997",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "XJN",
                          "date": "2027-05-22T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "QEO",
                          "date": "2027-02-27T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2873,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "4344",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TVK",
                              "date": "2027-04-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ODY",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MBW",
                              "date": "2026-09-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BLE",
                              "date": "2026-10-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "vAfQXX9q",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "6616",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "T"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "KHQ",
                          "date": "2027-03-30T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "HZY",
                          "date": "2026-09-12T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2681,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5955",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "AEP",
                              "date": "2027-05-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YXI",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EKO",
                              "date": "2027-03-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VXG",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "OHY",
                              "date": "2026-12-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FZQ",
                              "date": "2027-04-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MKV",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CKZ",
                              "date": "2026-07-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "GhnISixT",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "3771",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "n"
                      }
                    ],
                    "ticketDesignator": "OqGM",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "27.39",
                        "feeCurrencyCode": "MXN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "481.5",
                      "curCode": "KPW",
                      "taxable": false
                    },
                    "arrivalCity": "NIP",
                    "boardingCity": "VXH",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "394.14",
                      "curCode": "AMD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "181.88",
                      "curCode": "LKR",
                      "taxable": true
                    },
                    "arrivalCity": "POT",
                    "boardingCity": "TLH",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "193.37",
                      "curCode": "CNY",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "193.12",
                      "curCode": "BDT",
                      "taxable": false
                    },
                    "arrivalCity": "XJE",
                    "boardingCity": "TZP",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "290.07",
                      "curCode": "CUP",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "0262071",
                    "airline": "UA",
                    "poviderName": "PartnerMiles",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "4644",
                    "tierCode": "P2",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Dennis",
                  "surname": "Glover"
                },
                "price": {
                  "baseAmount": {
                    "amount": "326.71",
                    "curCode": "HUF",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "333.8",
                      "curCode": "SSP",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "239.21",
                      "curCode": "UGX",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "128.94",
                      "curCode": "TOP",
                      "taxable": true
                    },
                    "exchangeRate": 1.0194
                  },
                  "originalAmount": {
                    "amount": "493.78",
                    "curCode": "LYD",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "462.24",
                            "curCode": "MWK",
                            "taxable": true
                          },
                          "arrivalCity": "RDH",
                          "boardingCity": "XBU",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "73.43",
                            "curCode": "MZN",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "335.73",
                            "curCode": "EUR",
                            "taxable": false
                          },
                          "arrivalCity": "SCL",
                          "boardingCity": "STR",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "88.21",
                            "curCode": "ALL",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "72.82",
                        "curCode": "PKR",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "483.9",
                            "curCode": "FKP",
                            "taxable": true
                          },
                          "arrivalCity": "FBN",
                          "boardingCity": "QYW",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "189.86",
                            "curCode": "BND",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "221.13",
                            "curCode": "CZK",
                            "taxable": false
                          },
                          "arrivalCity": "ODR",
                          "boardingCity": "FWS",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "128.79",
                            "curCode": "COP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "290",
                            "curCode": "AZN",
                            "taxable": true
                          },
                          "arrivalCity": "JLR",
                          "boardingCity": "EYN",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "81.75",
                            "curCode": "SRD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "126.19",
                        "curCode": "AUD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "248.5",
                            "curCode": "NGN",
                            "taxable": true
                          },
                          "arrivalCity": "WAX",
                          "boardingCity": "XEA",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "161.88",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "247.2",
                            "curCode": "MAD",
                            "taxable": true
                          },
                          "arrivalCity": "KWF",
                          "boardingCity": "YHO",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "142.94",
                            "curCode": "NGN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "147.06",
                            "curCode": "INR",
                            "taxable": false
                          },
                          "arrivalCity": "HCZ",
                          "boardingCity": "CHH",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "331.23",
                            "curCode": "GBP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "372.37",
                            "curCode": "CAD",
                            "taxable": false
                          },
                          "arrivalCity": "OGY",
                          "boardingCity": "TWA",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "203.58",
                            "curCode": "CUP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "481.43",
                            "curCode": "BOB",
                            "taxable": true
                          },
                          "arrivalCity": "WXK",
                          "boardingCity": "KIX",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "325.71",
                            "curCode": "HKD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "308.34",
                        "curCode": "HUF",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "43.61",
                          "curCode": "EUR",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "LB",
                        "taxCode": "D7z",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "278"
                      },
                      {
                        "amount": {
                          "amount": "95.91",
                          "curCode": "CHF",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TL",
                        "taxCode": "pOM",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "472"
                      },
                      {
                        "amount": {
                          "amount": "10.15",
                          "curCode": "VES",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "BT",
                        "taxCode": "fhi",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "585"
                      }
                    ],
                    "total": {
                      "amount": "91.55",
                      "curCode": "FJD",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "168.79",
                    "curCode": "MWK",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "wCshErsaKc"
              }
            ],
            "type": "Air"
          },
          {
            "commission": {
              "amount": "194.59",
              "code": "STD01",
              "currencyCode": "BOB",
              "description": "Corporate rate",
              "percentage": "11.4",
              "percentageAppliedToAmount": "484.35"
            },
            "id": "7yzvKM",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21,
                            "min": 3.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.6,
                            "min": 0.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.6,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.8,
                            "min": 5.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.9,
                            "min": 6.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17,
                            "min": 8,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.1,
                            "min": 4.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.2,
                            "min": 7.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.5,
                            "min": 0.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13,
                            "min": 7.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.2,
                            "min": 7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.5,
                            "min": 7.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.1,
                            "min": 1.3,
                            "unit": "K"
                          },
                          {
                            "max": 21.6,
                            "min": 7.9,
                            "unit": "K"
                          },
                          {
                            "max": 24.7,
                            "min": 6.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.9,
                            "min": 5.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.5,
                            "min": 6.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.8,
                            "min": 0.8,
                            "unit": "K"
                          },
                          {
                            "max": 12.4,
                            "min": 7.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.4,
                            "min": 5,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.4,
                            "min": 1.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.2,
                            "min": 0.1,
                            "unit": "K"
                          },
                          {
                            "max": 11.1,
                            "min": 0.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.2,
                            "min": 2.5,
                            "unit": "K"
                          },
                          {
                            "max": 11.6,
                            "min": 0.5,
                            "unit": "K"
                          },
                          {
                            "max": 22.7,
                            "min": 7.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.7,
                            "min": 2.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.7,
                            "min": 9.5,
                            "unit": "K"
                          },
                          {
                            "max": 22,
                            "min": 3.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.7,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 11.9,
                            "min": 9.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.4,
                            "min": 5.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.5,
                            "min": 2.4,
                            "unit": "K"
                          },
                          {
                            "max": 19.5,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.4,
                            "min": 4.4,
                            "unit": "K"
                          },
                          {
                            "max": 19.2,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 18.3,
                            "min": 0,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.8,
                            "min": 4.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.5,
                            "min": 7.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.3,
                            "min": 0.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.5,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.4,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.5,
                            "min": 6.3,
                            "unit": "K"
                          },
                          {
                            "max": 29.7,
                            "min": 2,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.1,
                            "min": 3.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.5,
                            "min": 0.9,
                            "unit": "K"
                          },
                          {
                            "max": 22.6,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 26.5,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.2,
                            "min": 6.4,
                            "unit": "K"
                          },
                          {
                            "max": 11.2,
                            "min": 3.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.9,
                            "min": 5.6,
                            "unit": "K"
                          },
                          {
                            "max": 29.4,
                            "min": 8.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.7,
                            "min": 5.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.7,
                            "min": 4.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "uAFsXUoM",
                      "descriptions": [
                        {
                          "id": "zfonmkAHwb",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "IivPS",
                      "programID": 975,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "bPFDkiyk",
                      "fareBasisCode": "P66KJHVg",
                      "fareCode": "gST",
                      "fareDescription": "Private fare",
                      "rbd": "V",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "x9hzU"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "11.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "msqHM",
                                "ruleId": "i4vqvDE956",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "bXsnx",
                                "ruleId": "bUZHVU6Cq3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QBGYL",
                                "ruleId": "czNGNc4q1P",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WTrTR",
                                "ruleId": "wnlhBmBrwX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "3.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "203.83",
                                  "curCode": "AOA",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "414.69",
                                  "curCode": "RWF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "eNaeM",
                                "ruleId": "ev8cL67hAw",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QQvYC",
                                "ruleId": "rB5HoAJKOB",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "NvPGP",
                                "ruleId": "MzRFJXSguz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wsXBo",
                                "ruleId": "UDMVwivCV8",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gUzry",
                                "ruleId": "73NHO5Rsfo",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "179.01",
                                  "curCode": "LBP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "82.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "46.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "iOKYX",
                                "ruleId": "stjTS4K7sM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "49.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "197.82",
                                  "curCode": "ALL",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "475.77",
                                  "curCode": "UYU",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "yyABF",
                                "ruleId": "fEe3sKCAxS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rXgAl",
                                "ruleId": "T7vxaIrdht",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "cWKyJ",
                                "ruleId": "keNFRqNRx5",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kWjDN",
                                "ruleId": "YsQV9cZWvf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "438.94",
                        "curCode": "TND",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "479.86",
                          "curCode": "MAD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "440.67",
                          "curCode": "CAD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "101.64",
                          "curCode": "BWP",
                          "taxable": true
                        },
                        "exchangeRate": 1.1813
                      },
                      "originalAmount": {
                        "amount": "310.62",
                        "curCode": "DJF",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "85.65",
                                "curCode": "BOB",
                                "taxable": true
                              },
                              "arrivalCity": "JIC",
                              "boardingCity": "ERT",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "470.3",
                                "curCode": "SHP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "225.03",
                            "curCode": "AUD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "146.9",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "arrivalCity": "UAD",
                              "boardingCity": "CMI",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "195.52",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "456.4",
                                "curCode": "CUP",
                                "taxable": false
                              },
                              "arrivalCity": "JKX",
                              "boardingCity": "SLJ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "117.15",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "388.36",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "arrivalCity": "AYZ",
                              "boardingCity": "YIE",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "282.78",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "489.15",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "arrivalCity": "NJM",
                              "boardingCity": "DYP",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "303.21",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "331.2",
                            "curCode": "STN",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "66.18",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "arrivalCity": "HET",
                              "boardingCity": "FPT",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "178.65",
                                "curCode": "GHS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "127.83",
                                "curCode": "BMD",
                                "taxable": true
                              },
                              "arrivalCity": "TXF",
                              "boardingCity": "GGM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "471.79",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "480.94",
                                "curCode": "BSD",
                                "taxable": false
                              },
                              "arrivalCity": "XWH",
                              "boardingCity": "GRF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "92.61",
                                "curCode": "SGD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "167.79",
                                "curCode": "SOS",
                                "taxable": false
                              },
                              "arrivalCity": "MQL",
                              "boardingCity": "DYZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "79.67",
                                "curCode": "BGN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "357.4",
                            "curCode": "CZK",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "422.85",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "arrivalCity": "OSY",
                              "boardingCity": "PTI",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "137.91",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "480.66",
                                "curCode": "BMD",
                                "taxable": true
                              },
                              "arrivalCity": "QEX",
                              "boardingCity": "EZL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "149.61",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "156.85",
                                "curCode": "KPW",
                                "taxable": false
                              },
                              "arrivalCity": "EUL",
                              "boardingCity": "SAT",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "133.74",
                                "curCode": "NIO",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "250.66",
                            "curCode": "PKR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "343.86",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "arrivalCity": "ZPO",
                              "boardingCity": "QYX",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "463.13",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "384.44",
                                "curCode": "RWF",
                                "taxable": true
                              },
                              "arrivalCity": "XRP",
                              "boardingCity": "KCV",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "105.59",
                                "curCode": "BRL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "475.52",
                                "curCode": "HUF",
                                "taxable": true
                              },
                              "arrivalCity": "PZM",
                              "boardingCity": "XSJ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "336.28",
                                "curCode": "VUV",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "251.89",
                                "curCode": "BDT",
                                "taxable": true
                              },
                              "arrivalCity": "RKF",
                              "boardingCity": "PEG",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "485.22",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "361.14",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "arrivalCity": "NJS",
                              "boardingCity": "YYO",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "254.39",
                                "curCode": "MNT",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "221.73",
                            "curCode": "SOS",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "23.42",
                              "curCode": "PHP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BE",
                            "taxCode": "kbR",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "917"
                          },
                          {
                            "amount": {
                              "amount": "84.04",
                              "curCode": "AUD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "DE",
                            "taxCode": "jFz",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "018"
                          },
                          {
                            "amount": {
                              "amount": "3.64",
                              "curCode": "JMD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TN",
                            "taxCode": "3yM",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "631"
                          }
                        ],
                        "total": {
                          "amount": "394.39",
                          "curCode": "BIF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "239.1",
                        "curCode": "MVR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PPG",
                          "date": "2027-07-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "AFX",
                          "date": "2027-03-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3336,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "7090",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "URK",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ICJ",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "DqZFTnR6",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "8112",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "F"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ZAS",
                          "date": "2027-03-29T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "MDR",
                          "date": "2027-02-15T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 936,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "2932",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZQI",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FOW",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JRR",
                              "date": "2027-04-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SON",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XPS",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OOK",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "QDB",
                              "date": "2027-04-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YUW",
                              "date": "2026-11-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Kiy_65xf",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5062",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "z"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TDZ",
                          "date": "2026-09-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RMQ",
                          "date": "2027-02-19T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1122,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3897",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UOM",
                              "date": "2026-08-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PYV",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VSC",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ART",
                              "date": "2027-02-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZNI",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UJF",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "VK8J0i-G",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "8838",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "k"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "AYX",
                          "date": "2027-01-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "RES",
                          "date": "2026-11-19T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1862,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "4571",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KLH",
                              "date": "2027-07-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CJE",
                              "date": "2027-04-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "pZw26IEG",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "3772",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "k"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "OUB",
                          "date": "2027-05-28T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "GQI",
                          "date": "2026-11-18T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3670,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4565",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NDV",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WGZ",
                              "date": "2027-07-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QNR",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RSX",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "yNMn-LU7",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "5242",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "o"
                      }
                    ],
                    "ticketDesignator": "PJoW",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "103.82",
                        "feeCurrencyCode": "KMF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "68.55",
                        "feeCurrencyCode": "BMD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "131.98",
                        "feeCurrencyCode": "GIP",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "117.92",
                        "feeCurrencyCode": "MUR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "419.46",
                      "curCode": "SEK",
                      "taxable": false
                    },
                    "arrivalCity": "CEV",
                    "boardingCity": "VEX",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "257.24",
                      "curCode": "BDT",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "257",
                      "curCode": "HKD",
                      "taxable": true
                    },
                    "arrivalCity": "CDA",
                    "boardingCity": "GLE",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "154.33",
                      "curCode": "AFN",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "6856078",
                    "airline": "LH",
                    "poviderName": "50K",
                    "programCode": "PREMIER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "7997",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "1772768",
                    "airline": "DL",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "3485",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "0254324",
                    "airline": "UA",
                    "poviderName": "30K",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "1510",
                    "tierCode": "G1",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Wilma",
                  "surname": "Predovic"
                },
                "price": {
                  "baseAmount": {
                    "amount": "240.43",
                    "curCode": "CZK",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "259.08",
                      "curCode": "GNF",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "406.13",
                      "curCode": "AWG",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "405.6",
                      "curCode": "ISK",
                      "taxable": true
                    },
                    "exchangeRate": 0.8338
                  },
                  "originalAmount": {
                    "amount": "240.31",
                    "curCode": "GBP",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "383.96",
                            "curCode": "SLE",
                            "taxable": true
                          },
                          "arrivalCity": "KQL",
                          "boardingCity": "EDS",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "169.78",
                            "curCode": "BHD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "272.03",
                            "curCode": "ZWL",
                            "taxable": false
                          },
                          "arrivalCity": "UQR",
                          "boardingCity": "UFO",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "399.88",
                            "curCode": "XPF",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "368.38",
                            "curCode": "AED",
                            "taxable": true
                          },
                          "arrivalCity": "STJ",
                          "boardingCity": "BPK",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "209.64",
                            "curCode": "CRC",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "228.93",
                            "curCode": "CLP",
                            "taxable": true
                          },
                          "arrivalCity": "FKF",
                          "boardingCity": "YYC",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "368.61",
                            "curCode": "ISK",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "125.6",
                        "curCode": "BWP",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "345.02",
                            "curCode": "KRW",
                            "taxable": false
                          },
                          "arrivalCity": "TSI",
                          "boardingCity": "MFL",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "145.88",
                            "curCode": "TMT",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "344.56",
                            "curCode": "KRW",
                            "taxable": false
                          },
                          "arrivalCity": "GWX",
                          "boardingCity": "SPY",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "124.59",
                            "curCode": "BRL",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "441.62",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "arrivalCity": "HRN",
                          "boardingCity": "UCQ",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "244.34",
                            "curCode": "CRC",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "344.43",
                        "curCode": "DJF",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "456.64",
                            "curCode": "UAH",
                            "taxable": true
                          },
                          "arrivalCity": "QZG",
                          "boardingCity": "FNY",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "151.7",
                            "curCode": "GYD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "490.23",
                        "curCode": "ARS",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "498.46",
                            "curCode": "BDT",
                            "taxable": true
                          },
                          "arrivalCity": "BCD",
                          "boardingCity": "BBC",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "455.58",
                            "curCode": "PLN",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "99.11",
                        "curCode": "SBD",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "37.36",
                          "curCode": "SOS",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "MS",
                        "taxCode": "ZBS",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "565"
                      },
                      {
                        "amount": {
                          "amount": "83.74",
                          "curCode": "EUR",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "NL",
                        "taxCode": "vvz",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "496"
                      },
                      {
                        "amount": {
                          "amount": "15",
                          "curCode": "BDT",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "AU",
                        "taxCode": "SoL",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "528"
                      }
                    ],
                    "total": {
                      "amount": "185.99",
                      "curCode": "MUR",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "205.76",
                    "curCode": "KHR",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "KleHaJXSnh"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.7,
                            "min": 5,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.3,
                            "min": 3.2,
                            "unit": "K"
                          },
                          {
                            "max": 17,
                            "min": 3.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.4,
                            "min": 3.9,
                            "unit": "K"
                          },
                          {
                            "max": 11.5,
                            "min": 5.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.8,
                            "min": 7.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.5,
                            "min": 3.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.2,
                            "min": 1,
                            "unit": "K"
                          },
                          {
                            "max": 19.6,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.5,
                            "min": 8.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14,
                            "min": 7.3,
                            "unit": "K"
                          },
                          {
                            "max": 11,
                            "min": 9,
                            "unit": "K"
                          },
                          {
                            "max": 10.3,
                            "min": 0.4,
                            "unit": "K"
                          },
                          {
                            "max": 25.1,
                            "min": 5.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.1,
                            "min": 3.6,
                            "unit": "K"
                          },
                          {
                            "max": 19.3,
                            "min": 6.9,
                            "unit": "K"
                          },
                          {
                            "max": 11.1,
                            "min": 10,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.8,
                            "min": 5.3,
                            "unit": "K"
                          },
                          {
                            "max": 17.9,
                            "min": 8.6,
                            "unit": "K"
                          },
                          {
                            "max": 21.2,
                            "min": 9.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.7,
                            "min": 3.2,
                            "unit": "K"
                          },
                          {
                            "max": 14.2,
                            "min": 7.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.5,
                            "min": 0.4,
                            "unit": "K"
                          },
                          {
                            "max": 14.9,
                            "min": 4.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.8,
                            "min": 3.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.4,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 13.7,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.1,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 15.3,
                            "min": 4.3,
                            "unit": "K"
                          },
                          {
                            "max": 22.2,
                            "min": 6.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.5,
                            "min": 3.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.8,
                            "min": 8.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.9,
                            "min": 4.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.1,
                            "min": 4.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 21,
                            "min": 5.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.2,
                            "min": 5.6,
                            "unit": "K"
                          },
                          {
                            "max": 16.6,
                            "min": 5.9,
                            "unit": "K"
                          },
                          {
                            "max": 15,
                            "min": 6.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "mqHnrBDm",
                      "descriptions": [
                        {
                          "id": "zHNrVnAaVA",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "qWvWnfZweT",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "xnaczReqzs",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "TKPysRfvNz",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "GjOED",
                      "programID": 308,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "pVeXqOQE",
                      "fareBasisCode": "NNGj1MCl",
                      "fareCode": "gfA",
                      "fareDescription": "Public fare",
                      "rbd": "A",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "HlhQb"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "104",
                                  "curCode": "ARS",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "490",
                                  "curCode": "BYN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "337.13",
                                  "curCode": "BAM",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "oEQur",
                                "ruleId": "FLcZNwp2Gv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xmopp",
                                "ruleId": "qPA50ybln8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GnnMN",
                                "ruleId": "tauf0xJvSq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "Bpgow",
                                "ruleId": "K5MuzMybxt",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "47"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "489.4",
                                  "curCode": "ETB",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "84.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "158.19",
                                  "curCode": "BOB",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "474.56",
                                  "curCode": "KRW",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "FSBvU",
                                "ruleId": "fgL6KgqXGD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "445.27",
                                  "curCode": "HKD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "9.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "srHsq",
                                "ruleId": "O25WlXK69t",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "59.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "362.62",
                                  "curCode": "DZD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "55.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "GwpWx",
                                "ruleId": "jflIy1p6CF",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QDcNk",
                                "ruleId": "Cpe9hBsWbh",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "TRrDE",
                                "ruleId": "FfMisG0EKR",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "23.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "84.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "224.02",
                                  "curCode": "NPR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "pbDRa",
                                "ruleId": "8etwtSpCMf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ruxUO",
                                "ruleId": "T8FN5AMzCZ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cmaac",
                                "ruleId": "kfLR2OD1yC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "reYdE",
                                "ruleId": "5zNmN376X2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ptdar",
                                "ruleId": "SvPImWdjn1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "464.55",
                        "curCode": "INR",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "276.77",
                          "curCode": "VES",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "480.99",
                          "curCode": "BZD",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "149.22",
                          "curCode": "CAD",
                          "taxable": false
                        },
                        "exchangeRate": 1.1358
                      },
                      "originalAmount": {
                        "amount": "343.16",
                        "curCode": "CRC",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "230.95",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "arrivalCity": "HXW",
                              "boardingCity": "YAG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "378.39",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "385.2",
                            "curCode": "EGP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "267.28",
                                "curCode": "PAB",
                                "taxable": true
                              },
                              "arrivalCity": "NMJ",
                              "boardingCity": "CSN",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "133.57",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "172.99",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "OKI",
                              "boardingCity": "OPH",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "311.59",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "135.02",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "ZDG",
                              "boardingCity": "KRY",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "351.3",
                                "curCode": "ETB",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "294.13",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "arrivalCity": "NGB",
                              "boardingCity": "MVS",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "341.84",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "307.88",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "arrivalCity": "TAI",
                              "boardingCity": "FIP",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "163.32",
                                "curCode": "MGA",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "422.49",
                            "curCode": "CAD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "324.5",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "arrivalCity": "FCI",
                              "boardingCity": "SFP",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "437.86",
                                "curCode": "NGN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "492.13",
                                "curCode": "KWD",
                                "taxable": false
                              },
                              "arrivalCity": "DKI",
                              "boardingCity": "AFF",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "320.99",
                                "curCode": "NGN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "280.34",
                                "curCode": "NIO",
                                "taxable": false
                              },
                              "arrivalCity": "STG",
                              "boardingCity": "DJB",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "297.15",
                                "curCode": "ANG",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "451.35",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "arrivalCity": "RHS",
                              "boardingCity": "FTQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "341.16",
                                "curCode": "YER",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "284.24",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "arrivalCity": "XNN",
                              "boardingCity": "IKJ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "118.58",
                                "curCode": "KPW",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "452.48",
                            "curCode": "TMT",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "10.64",
                              "curCode": "BMD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KM",
                            "taxCode": "SFD",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "396"
                          },
                          {
                            "amount": {
                              "amount": "91.14",
                              "curCode": "SGD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PG",
                            "taxCode": "aQD",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "265"
                          },
                          {
                            "amount": {
                              "amount": "6.03",
                              "curCode": "CAD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "IT",
                            "taxCode": "iuW",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "715"
                          },
                          {
                            "amount": {
                              "amount": "56.45",
                              "curCode": "NPR",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "UZ",
                            "taxCode": "yG2",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "294"
                          }
                        ],
                        "total": {
                          "amount": "304.99",
                          "curCode": "KZT",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "196.01",
                        "curCode": "RSD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "OBG",
                          "date": "2027-05-06T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ERO",
                          "date": "2027-02-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 872,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "8118",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TFQ",
                              "date": "2026-08-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WWD",
                              "date": "2026-08-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KPH",
                              "date": "2027-06-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MHR",
                              "date": "2027-03-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GTV",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GOW",
                              "date": "2026-11-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YZN",
                              "date": "2026-09-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FFX",
                              "date": "2026-08-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "AFuBED24",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "9491",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "H"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "KZN",
                          "date": "2027-07-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OXP",
                          "date": "2027-07-06T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3483,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9670",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MHF",
                              "date": "2027-02-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ESG",
                              "date": "2027-05-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YVP",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OCD",
                              "date": "2027-04-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QEJ",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LCZ",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "wTrs9OsN",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0794",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "p"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "OSR",
                          "date": "2027-06-17T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "DJA",
                          "date": "2027-05-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2521,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "6921",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HNR",
                              "date": "2026-11-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DJK",
                              "date": "2026-11-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TCC",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WMN",
                              "date": "2026-12-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "BIA",
                              "date": "2027-02-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JUA",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "sZ7Q_B86",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "0328",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "f"
                      }
                    ],
                    "ticketDesignator": "BcBl",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "106.56",
                        "feeCurrencyCode": "CHF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "43.12",
                        "feeCurrencyCode": "NIO",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "74.65",
                        "feeCurrencyCode": "XAF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "38.43",
                        "feeCurrencyCode": "AOA",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "qlTeiebb",
                      "descriptions": [
                        {
                          "id": "ghZgsxFiCj",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "TbeMhVfNoe",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "NOGZWmCMAR",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "XeKxspbYZQ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "xhLeVKLJeN",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "hlQEX",
                      "programID": 762,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "oSLUTkhR",
                      "fareBasisCode": "gWbYEdSn",
                      "fareCode": "PM8",
                      "fareDescription": "Private fare",
                      "rbd": "R",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Ctl7f"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "389.48",
                                  "curCode": "INR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "eFcBO",
                                "ruleId": "H6OV1qL4Ag",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "RHQzF",
                                "ruleId": "MMpD9PB8qA",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SmOIP",
                                "ruleId": "VojLGGU7ZP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "itfxp",
                                "ruleId": "1qTTaev3Jy",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "314.77",
                        "curCode": "KES",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "403.43",
                          "curCode": "USD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "306.55",
                          "curCode": "TTD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "72.39",
                          "curCode": "BOB",
                          "taxable": false
                        },
                        "exchangeRate": 0.8887
                      },
                      "originalAmount": {
                        "amount": "362.95",
                        "curCode": "BRL",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "215.85",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "arrivalCity": "NIP",
                              "boardingCity": "EWW",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "243.78",
                                "curCode": "BWP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "262.89",
                                "curCode": "DOP",
                                "taxable": false
                              },
                              "arrivalCity": "SUK",
                              "boardingCity": "VCM",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "293.75",
                                "curCode": "ILS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "448.37",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "arrivalCity": "RFA",
                              "boardingCity": "EPS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "493.79",
                                "curCode": "AWG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "241.98",
                            "curCode": "BSD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "330.98",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "arrivalCity": "ZGM",
                              "boardingCity": "RGO",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "320.35",
                                "curCode": "ETB",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "73.07",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "arrivalCity": "YEP",
                              "boardingCity": "WLR",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "443.86",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "168.38",
                            "curCode": "IQD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "479.3",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "arrivalCity": "VAM",
                              "boardingCity": "GWZ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "295.77",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "118.11",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "QBB",
                              "boardingCity": "GTT",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "195.73",
                                "curCode": "SGD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "249.6",
                                "curCode": "UZS",
                                "taxable": false
                              },
                              "arrivalCity": "PJV",
                              "boardingCity": "PFX",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "238.13",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "226.61",
                                "curCode": "BTN",
                                "taxable": true
                              },
                              "arrivalCity": "GLL",
                              "boardingCity": "SBY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "136.82",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "160.93",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "AHH",
                              "boardingCity": "CNU",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "479.01",
                                "curCode": "IDR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "91.24",
                            "curCode": "FKP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "321.15",
                                "curCode": "KGS",
                                "taxable": false
                              },
                              "arrivalCity": "YCD",
                              "boardingCity": "FDG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "294.76",
                                "curCode": "ILS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "384.41",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "arrivalCity": "SSI",
                              "boardingCity": "GNR",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "188.9",
                                "curCode": "EGP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "226.31",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "arrivalCity": "OET",
                              "boardingCity": "PRB",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "477.67",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "125.58",
                            "curCode": "BHD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "452.82",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "arrivalCity": "OJJ",
                              "boardingCity": "PIH",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "378.31",
                                "curCode": "KWD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "493.73",
                                "curCode": "INR",
                                "taxable": true
                              },
                              "arrivalCity": "QMR",
                              "boardingCity": "ISS",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "106.84",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "297.61",
                            "curCode": "LRD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "19.65",
                              "curCode": "IQD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CV",
                            "taxCode": "A9S",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "996"
                          },
                          {
                            "amount": {
                              "amount": "52.6",
                              "curCode": "KZT",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "DZ",
                            "taxCode": "gdc",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "116"
                          },
                          {
                            "amount": {
                              "amount": "46.34",
                              "curCode": "PHP",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "BR",
                            "taxCode": "RIZ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "430"
                          }
                        ],
                        "total": {
                          "amount": "62.47",
                          "curCode": "IRR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "402.89",
                        "curCode": "MZN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "INY",
                          "date": "2027-01-12T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "COR",
                          "date": "2026-11-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1726,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4094",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XEH",
                              "date": "2026-08-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XOA",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CZR",
                              "date": "2027-04-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GFV",
                              "date": "2027-03-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NRD",
                              "date": "2027-02-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RFK",
                              "date": "2026-11-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "fMTi12Fp",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5769",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "q"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "DFD",
                          "date": "2027-04-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "GOD",
                          "date": "2027-06-15T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 575,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "1085",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "SGG",
                              "date": "2026-09-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RMV",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "PMV",
                              "date": "2027-05-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UXI",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "DXQ",
                              "date": "2026-08-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZLS",
                              "date": "2027-01-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GIW",
                              "date": "2026-07-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NLL",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "T-y_icqc",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "7793",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "J"
                      }
                    ],
                    "ticketDesignator": "g2JY",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "195.15",
                        "feeCurrencyCode": "GMD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "tZHtEDiY",
                      "descriptions": [
                        {
                          "id": "ZPNMrHYBVI",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "sAPzEZoDkQ",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "LWVAL",
                      "programID": 908,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "dTUAOCUb",
                      "fareBasisCode": "KcpPxaZh",
                      "fareCode": "0aL",
                      "fareDescription": "Private fare",
                      "rbd": "y",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "lnvW3"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "47.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "MItze",
                                "ruleId": "PO2nyVod2M",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Wrdon",
                                "ruleId": "FKGLIx9kKl",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "gjtCF",
                                "ruleId": "KkH6kGV5Cj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "204.89",
                                  "curCode": "XPF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "8.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "81.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "477.67",
                                  "curCode": "GNF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "396.08",
                                  "curCode": "CDF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "TEloO",
                                "ruleId": "kCwMT9UfZO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "uPqDB",
                                "ruleId": "cXpMvqmUFG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Kuvgg",
                                "ruleId": "p6Q29GknVq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "182.61",
                                  "curCode": "TND",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "18.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "480.03",
                                  "curCode": "KYD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "GcwDf",
                                "ruleId": "17JNzWuAjM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KiwwF",
                                "ruleId": "YHqJuUMCA6",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "VYkOe",
                                "ruleId": "wbi18WvVRB",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "258.86",
                                  "curCode": "BTN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "84.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "CffLZ",
                                "ruleId": "73ZROILiuZ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "weSCQ",
                                "ruleId": "WCxY5BfliI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hdVvw",
                                "ruleId": "otAgZ4Gtmd",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "296.05",
                        "curCode": "CHF",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "341.94",
                          "curCode": "CDF",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "385.08",
                          "curCode": "AED",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "112.44",
                          "curCode": "SCR",
                          "taxable": true
                        },
                        "exchangeRate": 1.0519
                      },
                      "originalAmount": {
                        "amount": "156.09",
                        "curCode": "INR",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "287.45",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "arrivalCity": "XZC",
                              "boardingCity": "IIY",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "131.36",
                                "curCode": "KYD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "353.74",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "arrivalCity": "PUA",
                              "boardingCity": "CJA",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "323.76",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "321.15",
                                "curCode": "SRD",
                                "taxable": true
                              },
                              "arrivalCity": "ITP",
                              "boardingCity": "ALW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "254.72",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "165.75",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "arrivalCity": "OKT",
                              "boardingCity": "TBJ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "487.63",
                                "curCode": "ZAR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "474.46",
                            "curCode": "XAF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "427.44",
                                "curCode": "PHP",
                                "taxable": true
                              },
                              "arrivalCity": "PPZ",
                              "boardingCity": "WOY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "302.56",
                                "curCode": "DKK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "382.93",
                                "curCode": "ILS",
                                "taxable": false
                              },
                              "arrivalCity": "RGO",
                              "boardingCity": "YCC",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "84.59",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "234.96",
                                "curCode": "NPR",
                                "taxable": true
                              },
                              "arrivalCity": "IHL",
                              "boardingCity": "AKQ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "221.38",
                                "curCode": "RUB",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "156.71",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "arrivalCity": "QQJ",
                              "boardingCity": "YWT",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "326.31",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "92.51",
                                "curCode": "PAB",
                                "taxable": true
                              },
                              "arrivalCity": "IMH",
                              "boardingCity": "TPR",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "179.03",
                                "curCode": "UGX",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "296.38",
                            "curCode": "KZT",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "495.08",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "arrivalCity": "ZZW",
                              "boardingCity": "DWY",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "174.76",
                                "curCode": "ERN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "150.89",
                            "curCode": "BRL",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "56.4",
                              "curCode": "SEK",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "RO",
                            "taxCode": "IiD",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "594"
                          }
                        ],
                        "total": {
                          "amount": "60.94",
                          "curCode": "THB",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "291.42",
                        "curCode": "CVE",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "BBL",
                          "date": "2027-07-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "LNR",
                          "date": "2027-04-04T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 504,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9080",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "IRV",
                              "date": "2027-01-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OHE",
                              "date": "2027-01-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NEF",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JSA",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BHD",
                              "date": "2027-07-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OGV",
                              "date": "2026-08-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WZH",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IAZ",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "0pFfhLTu",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5655",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Y"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VWR",
                          "date": "2027-03-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "EUS",
                          "date": "2027-04-15T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1116,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5742",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XSA",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BFN",
                              "date": "2027-05-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PKP",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HFK",
                              "date": "2027-05-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NNC",
                              "date": "2027-05-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QKP",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "4aTtEve5",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "3553",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "R"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "MNC",
                          "date": "2027-01-19T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UTO",
                          "date": "2026-12-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3995,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "0353",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "LCR",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PJY",
                              "date": "2027-06-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XXL",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SLE",
                              "date": "2027-06-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "eBu_1IDj",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "0651",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "X"
                      }
                    ],
                    "ticketDesignator": "Em21",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "29.98",
                        "feeCurrencyCode": "PGK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "179.82",
                        "feeCurrencyCode": "TOP",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "205.24",
                      "curCode": "MWK",
                      "taxable": false
                    },
                    "arrivalCity": "KQO",
                    "boardingCity": "GKF",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "260.98",
                      "curCode": "THB",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "328.59",
                      "curCode": "BZD",
                      "taxable": false
                    },
                    "arrivalCity": "HPR",
                    "boardingCity": "NDW",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "316.44",
                      "curCode": "CVE",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "402.2",
                      "curCode": "MNT",
                      "taxable": false
                    },
                    "arrivalCity": "EAS",
                    "boardingCity": "UAI",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "144.14",
                      "curCode": "CRC",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "227.07",
                      "curCode": "STN",
                      "taxable": true
                    },
                    "arrivalCity": "CJY",
                    "boardingCity": "QKX",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "176.53",
                      "curCode": "KZT",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "481.99",
                      "curCode": "ILS",
                      "taxable": true
                    },
                    "arrivalCity": "NYE",
                    "boardingCity": "MYN",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "218.43",
                      "curCode": "SRD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "2508858",
                    "airline": "SQ",
                    "poviderName": "50K",
                    "programCode": "PLT/SPH",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "8596",
                    "tierCode": "G1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Reuben",
                  "surname": "Walter"
                },
                "price": {
                  "baseAmount": {
                    "amount": "185.69",
                    "curCode": "BHD",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "170.49",
                      "curCode": "XCD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "177.09",
                      "curCode": "TTD",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "124.41",
                      "curCode": "RUB",
                      "taxable": false
                    },
                    "exchangeRate": 1.068
                  },
                  "originalAmount": {
                    "amount": "163.74",
                    "curCode": "ALL",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "230.08",
                            "curCode": "CDF",
                            "taxable": true
                          },
                          "arrivalCity": "VUU",
                          "boardingCity": "XBZ",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "184.87",
                            "curCode": "PGK",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "449.78",
                        "curCode": "BBD",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "439.06",
                            "curCode": "MMK",
                            "taxable": true
                          },
                          "arrivalCity": "FGP",
                          "boardingCity": "GZS",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "440.28",
                            "curCode": "NZD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "182.99",
                            "curCode": "TZS",
                            "taxable": true
                          },
                          "arrivalCity": "CXM",
                          "boardingCity": "ULD",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "110.45",
                            "curCode": "MXN",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "109.24",
                            "curCode": "SEK",
                            "taxable": false
                          },
                          "arrivalCity": "NQO",
                          "boardingCity": "ONE",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "475.69",
                            "curCode": "BIF",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "248.57",
                            "curCode": "YER",
                            "taxable": false
                          },
                          "arrivalCity": "HAY",
                          "boardingCity": "WCZ",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "101.27",
                            "curCode": "JPY",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "413.13",
                        "curCode": "AUD",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "412",
                            "curCode": "KRW",
                            "taxable": true
                          },
                          "arrivalCity": "PKV",
                          "boardingCity": "YLL",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "254.75",
                            "curCode": "LRD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "104.43",
                            "curCode": "UYU",
                            "taxable": true
                          },
                          "arrivalCity": "RAW",
                          "boardingCity": "BXR",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "89.03",
                            "curCode": "XCD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "359.78",
                            "curCode": "ISK",
                            "taxable": false
                          },
                          "arrivalCity": "BCS",
                          "boardingCity": "III",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "288.26",
                            "curCode": "VND",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "177.39",
                            "curCode": "THB",
                            "taxable": true
                          },
                          "arrivalCity": "QNW",
                          "boardingCity": "KZA",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "403.37",
                            "curCode": "MZN",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "432.01",
                        "curCode": "SZL",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "65.02",
                          "curCode": "AZN",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "MA",
                        "taxCode": "h92",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "086"
                      },
                      {
                        "amount": {
                          "amount": "82.04",
                          "curCode": "UYU",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "US",
                        "taxCode": "e9Z",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "711"
                      },
                      {
                        "amount": {
                          "amount": "36.03",
                          "curCode": "HNL",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "VG",
                        "taxCode": "ORL",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "117"
                      }
                    ],
                    "total": {
                      "amount": "455.52",
                      "curCode": "MKD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "432.44",
                    "curCode": "VND",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "KOfPmwmHtd"
              }
            ],
            "type": "Air"
          },
          {
            "commission": {
              "amount": "141.32",
              "code": "COMM1",
              "currencyCode": "BHD",
              "description": "Promotional",
              "percentage": "9.82",
              "percentageAppliedToAmount": "424.76"
            },
            "id": "CONRiT",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.4,
                            "min": 9.1,
                            "unit": "K"
                          },
                          {
                            "max": 22.9,
                            "min": 0.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.2,
                            "min": 8.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.6,
                            "min": 3.5,
                            "unit": "K"
                          },
                          {
                            "max": 20.7,
                            "min": 0.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.1,
                            "min": 4.7,
                            "unit": "K"
                          },
                          {
                            "max": 29.4,
                            "min": 0.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21,
                            "min": 4.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 23,
                            "min": 1.1,
                            "unit": "K"
                          },
                          {
                            "max": 22.8,
                            "min": 9.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.1,
                            "min": 1.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.3,
                            "min": 0.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.9,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 18.4,
                            "min": 9.7,
                            "unit": "K"
                          },
                          {
                            "max": 13.1,
                            "min": 9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.5,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.2,
                            "min": 9.1,
                            "unit": "K"
                          },
                          {
                            "max": 13,
                            "min": 4.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.7,
                            "min": 2,
                            "unit": "K"
                          },
                          {
                            "max": 24.1,
                            "min": 2.3,
                            "unit": "K"
                          },
                          {
                            "max": 20.1,
                            "min": 9.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.1,
                            "min": 8.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.2,
                            "min": 6.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.4,
                            "min": 5.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.4,
                            "min": 1.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.9,
                            "min": 8.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "uuRQAAui",
                      "descriptions": [
                        {
                          "id": "BKvYOBqBPm",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "PqEsfwzteg",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "LTlXOKtMHL",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "SVGLwOOUGZ",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "EMBzI",
                      "programID": 827,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "irfmzauB",
                      "fareBasisCode": "Pb6YYVm8",
                      "fareCode": "SiA",
                      "fareDescription": "Private fare",
                      "rbd": "d",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "U7995"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "48.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "134.67",
                                  "curCode": "CNY",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "oJWqy",
                                "ruleId": "zIA46WITOo",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "fmsGL",
                                "ruleId": "IlhERAkcLM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "fOBvD",
                                "ruleId": "GD26ibTt0p",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hdnCD",
                                "ruleId": "5dFWyaeiNU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "llAyn",
                                "ruleId": "WsbkIyaWeW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "25.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "86.16",
                                  "curCode": "BSD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "qGkDs",
                                "ruleId": "iHM3AnalPW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QkqUz",
                                "ruleId": "47IiZ5zkGu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "YZfhu",
                                "ruleId": "Yd17XeiT2B",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "3.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "117.11",
                                  "curCode": "BBD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "450.23",
                                  "curCode": "NPR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RVFEH",
                                "ruleId": "A0r4MkQYrQ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "uPbmi",
                                "ruleId": "hkWYBHmVbq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QMuRv",
                                "ruleId": "ng3eRYhWXq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "KlGaA",
                                "ruleId": "11hKGCjkLk",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "85.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "150.65",
                                  "curCode": "MGA",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "75"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "31.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "UOMUJ",
                                "ruleId": "GOi3AcaO3f",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "CpTuN",
                                "ruleId": "d09fBxaDIH",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "473.26",
                                  "curCode": "SYP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "pvwsE",
                                "ruleId": "KlYglrMHJH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "319.47",
                        "curCode": "KPW",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "70.86",
                          "curCode": "NAD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "189.32",
                          "curCode": "UZS",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "270.26",
                          "curCode": "THB",
                          "taxable": true
                        },
                        "exchangeRate": 1.1869
                      },
                      "originalAmount": {
                        "amount": "411.53",
                        "curCode": "LYD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "313.78",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "arrivalCity": "XEB",
                              "boardingCity": "ZXU",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "169.78",
                                "curCode": "KHR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "295.62",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "arrivalCity": "TGB",
                              "boardingCity": "EDU",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "131.25",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "260.93",
                                "curCode": "GIP",
                                "taxable": false
                              },
                              "arrivalCity": "PMJ",
                              "boardingCity": "WJY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "370.51",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "410.01",
                            "curCode": "BWP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "470.82",
                                "curCode": "GHS",
                                "taxable": false
                              },
                              "arrivalCity": "MXA",
                              "boardingCity": "VRI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "92.65",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "93.64",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "FRD",
                              "boardingCity": "TPA",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "177.85",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "268.97",
                            "curCode": "KWD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "19.79",
                              "curCode": "NGN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "PW",
                            "taxCode": "zmD",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "768"
                          },
                          {
                            "amount": {
                              "amount": "52.86",
                              "curCode": "WST",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "AE",
                            "taxCode": "2lu",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "351"
                          },
                          {
                            "amount": {
                              "amount": "74.28",
                              "curCode": "ETB",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "TD",
                            "taxCode": "l8u",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "321"
                          },
                          {
                            "amount": {
                              "amount": "5.26",
                              "curCode": "PAB",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "DM",
                            "taxCode": "rse",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "788"
                          },
                          {
                            "amount": {
                              "amount": "89.53",
                              "curCode": "PLN",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "CK",
                            "taxCode": "rWW",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "832"
                          }
                        ],
                        "total": {
                          "amount": "404.12",
                          "curCode": "AMD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "423.21",
                        "curCode": "KYD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NAM",
                          "date": "2026-10-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "RON",
                          "date": "2027-02-23T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3731,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "3353",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MYE",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HFW",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BBJ",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZCY",
                              "date": "2027-05-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VBI",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OZP",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "MWU",
                              "date": "2026-11-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NOB",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "HPmvC2jH",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "2607",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Y"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "WFU",
                          "date": "2026-08-10T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "WXN",
                          "date": "2026-12-24T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1749,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "2924",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GWO",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TOS",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "Nq39HOXD",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "3969",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "n"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "BBG",
                          "date": "2027-06-08T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OYK",
                          "date": "2027-06-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4865,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "3999",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WNQ",
                              "date": "2027-01-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TOO",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "vEtAHfvA",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5323",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "I"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RTY",
                          "date": "2027-02-16T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RRF",
                          "date": "2026-12-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 962,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "1619",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QRS",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KTJ",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "LZM",
                              "date": "2027-05-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FJF",
                              "date": "2026-09-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "REU",
                              "date": "2027-04-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FFD",
                              "date": "2026-08-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CSI",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PNN",
                              "date": "2026-08-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HII",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XNX",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "KrvmMJEA",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "3097",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "T"
                      }
                    ],
                    "ticketDesignator": "nMSR",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "185.47",
                        "feeCurrencyCode": "BDT",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "62.6",
                        "feeCurrencyCode": "TND",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "78.42",
                        "feeCurrencyCode": "OMR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "91.54",
                        "feeCurrencyCode": "MMK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "SDCpEiCp",
                      "descriptions": [
                        {
                          "id": "WpCzHwbPIU",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "MWbedamBlo",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "lTvzTbInct",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "slTAsdWKyi",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "HbNFH",
                      "programID": 896,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "tNnizvSr",
                      "fareBasisCode": "SNb2m0ll",
                      "fareCode": "N9I",
                      "fareDescription": "Private fare",
                      "rbd": "B",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Fg5OP"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "330.87",
                                  "curCode": "ARS",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "94.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "96.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "173.2",
                                  "curCode": "CZK",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "464.02",
                                  "curCode": "CDF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "gvHUC",
                                "ruleId": "5UZrftbdVo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "40.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "313.39",
                                  "curCode": "KPW",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "182.41",
                                  "curCode": "SLE",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "2.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "10.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "xbDUy",
                                "ruleId": "Q26MVdoxc4",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wcbDM",
                                "ruleId": "CRjStHCABc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "57.7",
                        "curCode": "TTD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "218.18",
                          "curCode": "DZD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "56.41",
                          "curCode": "SSP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "422.39",
                          "curCode": "PAB",
                          "taxable": false
                        },
                        "exchangeRate": 1.0975
                      },
                      "originalAmount": {
                        "amount": "342.9",
                        "curCode": "HTG",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "223.78",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "arrivalCity": "ONF",
                              "boardingCity": "WEP",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "421.43",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "79.12",
                                "curCode": "EGP",
                                "taxable": false
                              },
                              "arrivalCity": "ICB",
                              "boardingCity": "QTC",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "335.97",
                                "curCode": "TJS",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "153.43",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "arrivalCity": "PPS",
                              "boardingCity": "KBC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "472.07",
                                "curCode": "SBD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "287.54",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "arrivalCity": "MRH",
                              "boardingCity": "QDT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "74.13",
                                "curCode": "FJD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "317.27",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "arrivalCity": "WBV",
                              "boardingCity": "WTK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "158.37",
                                "curCode": "TZS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "366.15",
                            "curCode": "GBP",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "69.91",
                                "curCode": "WST",
                                "taxable": false
                              },
                              "arrivalCity": "YBV",
                              "boardingCity": "FTL",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "446.27",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "335.11",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "arrivalCity": "HWH",
                              "boardingCity": "PJT",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "352.5",
                                "curCode": "WST",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "490.95",
                                "curCode": "KMF",
                                "taxable": true
                              },
                              "arrivalCity": "IJT",
                              "boardingCity": "CFJ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "406",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "316.08",
                            "curCode": "IDR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "30.06",
                              "curCode": "CNY",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "HR",
                            "taxCode": "DSn",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "539"
                          },
                          {
                            "amount": {
                              "amount": "65.34",
                              "curCode": "AMD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "AT",
                            "taxCode": "BRr",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "117"
                          },
                          {
                            "amount": {
                              "amount": "71.12",
                              "curCode": "CAD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PE",
                            "taxCode": "Rt0",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "010"
                          },
                          {
                            "amount": {
                              "amount": "21.65",
                              "curCode": "BGN",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CM",
                            "taxCode": "6SY",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "397"
                          },
                          {
                            "amount": {
                              "amount": "10.99",
                              "curCode": "KRW",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "DO",
                            "taxCode": "w4u",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "922"
                          }
                        ],
                        "total": {
                          "amount": "74.33",
                          "curCode": "KHR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "398.09",
                        "curCode": "KMF",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "LVM",
                          "date": "2027-04-26T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JJR",
                          "date": "2026-10-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4039,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9929",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "LMF",
                              "date": "2027-03-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IEG",
                              "date": "2026-10-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GPU",
                              "date": "2027-07-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HJU",
                              "date": "2026-11-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GTS",
                              "date": "2026-08-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SAS",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "sq1axU1A",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "4918",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "X"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NLK",
                          "date": "2027-04-14T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OHI",
                          "date": "2026-12-05T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2272,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "9461",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VFS",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DSX",
                              "date": "2027-01-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "3DTHgEHC",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "7890",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "F"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YXI",
                          "date": "2027-04-12T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "QNI",
                          "date": "2027-04-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1385,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "4183",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JPG",
                              "date": "2026-11-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JQF",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CRI",
                              "date": "2027-06-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BFX",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "COR",
                              "date": "2026-11-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AWD",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "QGY",
                              "date": "2027-03-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JNK",
                              "date": "2026-10-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "6_-9KeNN",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5864",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "y"
                      }
                    ],
                    "ticketDesignator": "RAlz",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "127.22",
                        "feeCurrencyCode": "TND",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "51.82",
                        "feeCurrencyCode": "MUR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "55.67",
                        "feeCurrencyCode": "GTQ",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "KVhnwhoM",
                      "descriptions": [
                        {
                          "id": "nnqpjAMQRo",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "KVUfHCmjDb",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "LLyyzhQKgK",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "qnKVi",
                      "programID": 384,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "FpqDyHlG",
                      "fareBasisCode": "IdbzeRtw",
                      "fareCode": "cVb",
                      "fareDescription": "Private fare",
                      "rbd": "A",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "h7m9v"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "186.94",
                                  "curCode": "KZT",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "jbpeg",
                                "ruleId": "j2VTiJfCHU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "BwNkr",
                                "ruleId": "l5TFf3JAag",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "smbJW",
                                "ruleId": "0RP5eQxbOG",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "34.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "kvSCY",
                                "ruleId": "riszTSHQuz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "21.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "420.07",
                                  "curCode": "BHD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "69.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "xzNDk",
                                "ruleId": "qLVev2UaUd",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Ptuwv",
                                "ruleId": "JaeYtusGat",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "YABVL",
                                "ruleId": "RtpFBHrKl3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kCfcf",
                                "ruleId": "IciXrD0XCa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "yXDWu",
                                "ruleId": "VvyomJjFz3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "8.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zGsIO",
                                "ruleId": "uXP8JE0ZhI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xWGeN",
                                "ruleId": "woJXNYbiDg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "BvKQM",
                                "ruleId": "xqAg0kszEN",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "NMDjx",
                                "ruleId": "GKo6719XBM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "386.3",
                        "curCode": "PAB",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "52.13",
                          "curCode": "SOS",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "94.83",
                          "curCode": "BTN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "263.34",
                          "curCode": "ZMW",
                          "taxable": false
                        },
                        "exchangeRate": 1.041
                      },
                      "originalAmount": {
                        "amount": "52.76",
                        "curCode": "BYN",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "488.07",
                                "curCode": "SHP",
                                "taxable": true
                              },
                              "arrivalCity": "QRT",
                              "boardingCity": "YUP",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "225.37",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "106.78",
                                "curCode": "SOS",
                                "taxable": false
                              },
                              "arrivalCity": "HLL",
                              "boardingCity": "XPF",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "266.21",
                                "curCode": "BWP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "472.42",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "arrivalCity": "KJT",
                              "boardingCity": "YWZ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "335.54",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "227.31",
                            "curCode": "MNT",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "93.85",
                              "curCode": "BTN",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "ML",
                            "taxCode": "TLR",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "143"
                          }
                        ],
                        "total": {
                          "amount": "396.59",
                          "curCode": "JMD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "281.97",
                        "curCode": "PYG",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "VKL",
                          "date": "2026-09-17T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "BIM",
                          "date": "2027-02-05T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4540,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "8701",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "IYC",
                              "date": "2026-09-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BNO",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "gefAeqhu",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "3634",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "E"
                      }
                    ],
                    "ticketDesignator": "C8Jb",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "40.09",
                        "feeCurrencyCode": "BIF",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "134.51",
                        "feeCurrencyCode": "EUR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "84.9",
                        "feeCurrencyCode": "TRY",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "TqGaUdKk",
                      "descriptions": [
                        {
                          "id": "FsiFDxaKDH",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "CwrxtKlQEh",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "YICIDkyOtl",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "PYeLgFZTCr",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "SLiyk",
                      "programID": 822,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "zpXeKckC",
                      "fareBasisCode": "93hCUeL7",
                      "fareCode": "9eQ",
                      "fareDescription": "Public fare",
                      "rbd": "r",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "2SmGg"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "316.38",
                                  "curCode": "SEK",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "489.82",
                                  "curCode": "DZD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "wznWk",
                                "ruleId": "rBeckREzfv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FYJdd",
                                "ruleId": "RrJ93Cl0bf",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jQtAN",
                                "ruleId": "4EK1YeelMW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "XBour",
                                "ruleId": "k05IR4xLzZ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lZlXC",
                                "ruleId": "P5U9XMqNtp",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "74.98",
                                  "curCode": "AUD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "hVYeD",
                                "ruleId": "VPpgFUeKim",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "oXwJE",
                                "ruleId": "1f5H7zQ7RI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CFMHx",
                                "ruleId": "xgsdXFpSqO",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XdnsK",
                                "ruleId": "AyZVSaVnPB",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "239.01",
                        "curCode": "ALL",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "294.57",
                          "curCode": "GYD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "423.32",
                          "curCode": "BMD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "336.5",
                          "curCode": "BHD",
                          "taxable": true
                        },
                        "exchangeRate": 1.1324
                      },
                      "originalAmount": {
                        "amount": "57.02",
                        "curCode": "LKR",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "308.36",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "arrivalCity": "OPO",
                              "boardingCity": "EUD",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "374.45",
                                "curCode": "PKR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "73.4",
                                "curCode": "ERN",
                                "taxable": false
                              },
                              "arrivalCity": "PTW",
                              "boardingCity": "PVE",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "122.04",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "253.62",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "arrivalCity": "EBT",
                              "boardingCity": "UFY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "178.04",
                                "curCode": "AFN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "137.91",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "arrivalCity": "FEB",
                              "boardingCity": "BPC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "83.89",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "337.99",
                                "curCode": "JOD",
                                "taxable": false
                              },
                              "arrivalCity": "DUZ",
                              "boardingCity": "VJY",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "123.07",
                                "curCode": "SZL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "179.7",
                            "curCode": "BWP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "276.43",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "EYS",
                              "boardingCity": "XZP",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "338.31",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "476.6",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "arrivalCity": "FGE",
                              "boardingCity": "OLC",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "352.15",
                                "curCode": "KES",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "381.24",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "arrivalCity": "SRZ",
                              "boardingCity": "WNY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "277.49",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "131.62",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "WRA",
                              "boardingCity": "OOJ",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "70.25",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "312.64",
                            "curCode": "MYR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "261.16",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "arrivalCity": "VFZ",
                              "boardingCity": "LAQ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "315.1",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "228.52",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "arrivalCity": "XCH",
                              "boardingCity": "EZR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "225.67",
                                "curCode": "TRY",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "366.19",
                            "curCode": "LKR",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "77.51",
                              "curCode": "CNY",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MN",
                            "taxCode": "GJw",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "369"
                          },
                          {
                            "amount": {
                              "amount": "50.86",
                              "curCode": "MMK",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "ID",
                            "taxCode": "GmS",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "240"
                          },
                          {
                            "amount": {
                              "amount": "49.8",
                              "curCode": "CLP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MT",
                            "taxCode": "iR3",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "974"
                          }
                        ],
                        "total": {
                          "amount": "268.62",
                          "curCode": "TND",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "331.59",
                        "curCode": "LKR",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "FWX",
                          "date": "2027-06-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "GBN",
                          "date": "2026-12-26T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4042,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "7568",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BDE",
                              "date": "2026-08-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FGA",
                              "date": "2026-10-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SGS",
                              "date": "2027-07-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SFH",
                              "date": "2026-07-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "EUL",
                              "date": "2027-01-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QVU",
                              "date": "2027-04-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GNU",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OJS",
                              "date": "2027-05-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LIV",
                              "date": "2027-02-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CLI",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "PcxfqYVr",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "6337",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "J"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NOM",
                          "date": "2026-12-26T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "GEV",
                          "date": "2027-05-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1219,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "8757",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JDC",
                              "date": "2027-03-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QVC",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "DBJ",
                              "date": "2027-03-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PVP",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "EFA",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NWO",
                              "date": "2027-06-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JOY",
                              "date": "2027-03-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UHD",
                              "date": "2026-07-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JUH",
                              "date": "2027-06-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RXB",
                              "date": "2026-10-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "uPCJZPOp",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "8145",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Y"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "DFQ",
                          "date": "2027-05-02T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "YLX",
                          "date": "2027-02-16T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2755,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "1477",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "SWP",
                              "date": "2026-10-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JIB",
                              "date": "2027-05-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WKX",
                              "date": "2026-08-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MQX",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "DGE",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RWL",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XCV",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EXN",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VMR",
                              "date": "2027-07-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MXC",
                              "date": "2027-02-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "RDSvr4Mz",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "5062",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "p"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VLN",
                          "date": "2027-03-26T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SHW",
                          "date": "2026-12-09T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1094,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "8886",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZZK",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TPQ",
                              "date": "2026-08-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YSN",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WAO",
                              "date": "2027-03-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AYC",
                              "date": "2026-10-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DZB",
                              "date": "2027-05-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "61Gba2g3",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0652",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Q"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "LMJ",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "UNR",
                          "date": "2027-05-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2790,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "1082",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TSD",
                              "date": "2027-07-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YCZ",
                              "date": "2026-09-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GTX",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KVO",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZKA",
                              "date": "2027-04-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JEM",
                              "date": "2027-01-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WSA",
                              "date": "2027-05-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QZN",
                              "date": "2027-05-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "y7fpRQLR",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4757",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "J"
                      }
                    ],
                    "ticketDesignator": "KncK",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "125.15",
                        "feeCurrencyCode": "MZN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "nmRKtCHq",
                      "descriptions": [
                        {
                          "id": "ltVfaJLuPS",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "ZFCJswzGso",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "uqBaHSgDLl",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "DEHoYPNxdI",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "kUcGZcCVSy",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "MNQnx",
                      "programID": 966,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "WdCqimqj",
                      "fareBasisCode": "81YHhi7J",
                      "fareCode": "QDh",
                      "fareDescription": "Private fare",
                      "rbd": "U",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "3dIwC"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "57.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "391.14",
                                  "curCode": "BGN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "157.01",
                                  "curCode": "CRC",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "tuQhm",
                                "ruleId": "EgEiCWnzWt",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WOgiB",
                                "ruleId": "ajwJMOIihA",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QHtBB",
                                "ruleId": "mVCU1RwAqy",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MYZeB",
                                "ruleId": "bntYRLkj6f",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KTjBh",
                                "ruleId": "IUWH8pcMnp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "229.11",
                                  "curCode": "COP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "415.51",
                                  "curCode": "SGD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VCFNR",
                                "ruleId": "fBjzvEYVDP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "AjVEq",
                                "ruleId": "FXAvAPUb86",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "JVckb",
                                "ruleId": "uJttMA51B8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "77.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YtvEJ",
                                "ruleId": "H7GzQA6Eeh",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "UhRfo",
                                "ruleId": "MPV9oAIZEA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "342.03",
                        "curCode": "COP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "175.01",
                          "curCode": "DJF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "437.22",
                          "curCode": "NZD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "461.9",
                          "curCode": "INR",
                          "taxable": true
                        },
                        "exchangeRate": 0.8758
                      },
                      "originalAmount": {
                        "amount": "225.58",
                        "curCode": "NIO",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "136.27",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "arrivalCity": "RGE",
                              "boardingCity": "DDY",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "122.53",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "289.1",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "arrivalCity": "ROW",
                              "boardingCity": "PZS",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "289.68",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "273.05",
                                "curCode": "WST",
                                "taxable": true
                              },
                              "arrivalCity": "CKY",
                              "boardingCity": "NQD",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "339.8",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "148.89",
                            "curCode": "KRW",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "5.86",
                              "curCode": "XCD",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BM",
                            "taxCode": "2Fd",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "496"
                          }
                        ],
                        "total": {
                          "amount": "219.96",
                          "curCode": "NGN",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "442.72",
                        "curCode": "ERN",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZSO",
                          "date": "2027-02-02T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "FXK",
                          "date": "2026-11-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 503,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "7318",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XMK",
                              "date": "2027-02-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NUN",
                              "date": "2026-12-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LBG",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LXM",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VJW",
                              "date": "2026-09-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZXV",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "IV_0H4WZ",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2826",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "QXQ",
                          "date": "2027-07-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "IZQ",
                          "date": "2027-03-15T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1537,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "6373",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YIO",
                              "date": "2026-10-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MNZ",
                              "date": "2027-02-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "OIU",
                              "date": "2027-05-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CYT",
                              "date": "2026-12-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "TWO",
                              "date": "2026-12-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZNZ",
                              "date": "2027-05-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KYD",
                              "date": "2026-10-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AQZ",
                              "date": "2027-05-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XTW",
                              "date": "2026-08-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BKE",
                              "date": "2027-05-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "Suo23zG5",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "4654",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "J"
                      }
                    ],
                    "ticketDesignator": "LFAL",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "97.19",
                        "feeCurrencyCode": "SOS",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "196.37",
                        "feeCurrencyCode": "FJD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "Before Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "77.86",
                        "feeCurrencyCode": "PGK",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "180.9",
                      "curCode": "CZK",
                      "taxable": false
                    },
                    "arrivalCity": "YZJ",
                    "boardingCity": "MPP",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "349.53",
                      "curCode": "DOP",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "205",
                      "curCode": "GHS",
                      "taxable": false
                    },
                    "arrivalCity": "OOD",
                    "boardingCity": "FUL",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "483.19",
                      "curCode": "VND",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "450.54",
                      "curCode": "KYD",
                      "taxable": true
                    },
                    "arrivalCity": "YYY",
                    "boardingCity": "NEI",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "272.66",
                      "curCode": "BND",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "0014801",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "1035",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "0543113",
                    "airline": "NH",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "1854",
                    "tierCode": "G1",
                    "tierName": "Executive",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Keshaun",
                  "surname": "Witting"
                },
                "price": {
                  "baseAmount": {
                    "amount": "307.99",
                    "curCode": "AFN",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "466.46",
                      "curCode": "BZD",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "463.45",
                      "curCode": "CDF",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "461.89",
                      "curCode": "SBD",
                      "taxable": true
                    },
                    "exchangeRate": 1.0008
                  },
                  "originalAmount": {
                    "amount": "427.24",
                    "curCode": "JOD",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "121.24",
                            "curCode": "PHP",
                            "taxable": true
                          },
                          "arrivalCity": "OXI",
                          "boardingCity": "ASV",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "155.28",
                            "curCode": "ERN",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "185.99",
                            "curCode": "BHD",
                            "taxable": false
                          },
                          "arrivalCity": "NRL",
                          "boardingCity": "UHQ",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "266.2",
                            "curCode": "SRD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "376.49",
                            "curCode": "RUB",
                            "taxable": false
                          },
                          "arrivalCity": "RCO",
                          "boardingCity": "ACD",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "176.83",
                            "curCode": "MMK",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "214.82",
                            "curCode": "TMT",
                            "taxable": false
                          },
                          "arrivalCity": "INL",
                          "boardingCity": "JUX",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "195.73",
                            "curCode": "LKR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "63.31",
                            "curCode": "COP",
                            "taxable": true
                          },
                          "arrivalCity": "YBI",
                          "boardingCity": "NKA",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "109.84",
                            "curCode": "ZWL",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "399.72",
                        "curCode": "SZL",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "149.41",
                            "curCode": "KES",
                            "taxable": true
                          },
                          "arrivalCity": "XPO",
                          "boardingCity": "FQH",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "158.92",
                            "curCode": "CZK",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "383.91",
                            "curCode": "JOD",
                            "taxable": true
                          },
                          "arrivalCity": "SON",
                          "boardingCity": "SMS",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "233.82",
                            "curCode": "LBP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "155.56",
                            "curCode": "SLE",
                            "taxable": true
                          },
                          "arrivalCity": "WMO",
                          "boardingCity": "WUC",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "63.29",
                            "curCode": "NPR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "62.17",
                            "curCode": "BHD",
                            "taxable": true
                          },
                          "arrivalCity": "UPD",
                          "boardingCity": "MID",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "328.02",
                            "curCode": "XCD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "241.06",
                        "curCode": "TTD",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "49.12",
                          "curCode": "MOP",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "ZM",
                        "taxCode": "i51",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "163"
                      },
                      {
                        "amount": {
                          "amount": "56.52",
                          "curCode": "SZL",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "AZ",
                        "taxCode": "Elc",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "437"
                      },
                      {
                        "amount": {
                          "amount": "26.15",
                          "curCode": "MYR",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "GN",
                        "taxCode": "cbE",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "953"
                      },
                      {
                        "amount": {
                          "amount": "68.2",
                          "curCode": "SLE",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TD",
                        "taxCode": "uYq",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "412"
                      },
                      {
                        "amount": {
                          "amount": "94.39",
                          "curCode": "AOA",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "GH",
                        "taxCode": "npb",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "840"
                      }
                    ],
                    "total": {
                      "amount": "240.68",
                      "curCode": "ANG",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "265.15",
                    "curCode": "MVR",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "YdvFQgEdjz"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.1,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 11.3,
                            "min": 6.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 23,
                            "min": 2.4,
                            "unit": "K"
                          },
                          {
                            "max": 11.8,
                            "min": 7.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.6,
                            "min": 6.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.7,
                            "min": 8.5,
                            "unit": "K"
                          },
                          {
                            "max": 22.3,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 23.4,
                            "min": 7.5,
                            "unit": "K"
                          },
                          {
                            "max": 27.2,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.6,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.3,
                            "min": 1.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26.4,
                            "min": 2.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.7,
                            "min": 1.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.7,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 22,
                            "min": 3.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.1,
                            "min": 4.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.2,
                            "min": 2.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.1,
                            "min": 0.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.9,
                            "min": 8.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 10,
                            "min": 0.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.4,
                            "min": 8.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.4,
                            "min": 6.2,
                            "unit": "K"
                          },
                          {
                            "max": 13.3,
                            "min": 9.5,
                            "unit": "K"
                          },
                          {
                            "max": 24.4,
                            "min": 4.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.5,
                            "min": 2.6,
                            "unit": "K"
                          },
                          {
                            "max": 27.4,
                            "min": 6.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.9,
                            "min": 2.2,
                            "unit": "K"
                          },
                          {
                            "max": 23.1,
                            "min": 8.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.6,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 29.1,
                            "min": 9.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.8,
                            "min": 7.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.1,
                            "min": 1.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17,
                            "min": 1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22,
                            "min": 9.6,
                            "unit": "K"
                          },
                          {
                            "max": 18.9,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 15,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 25,
                            "min": 8,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.8,
                            "min": 9.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.1,
                            "min": 4.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.2,
                            "min": 6.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.3,
                            "min": 1.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.6,
                            "min": 1.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.7,
                            "min": 7.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.8,
                            "min": 7,
                            "unit": "K"
                          },
                          {
                            "max": 13.3,
                            "min": 6.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.9,
                            "min": 7.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "mEqZMilr",
                      "descriptions": [
                        {
                          "id": "vDGslxIKhW",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "GNnfsmboZB",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "tCuTSkkUPg",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "kGLjjUbYNw",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "tXmcycnpoZ",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "dWQfS",
                      "programID": 209,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "qgmgiYBI",
                      "fareBasisCode": "cpDbXoti",
                      "fareCode": "oVe",
                      "fareDescription": "Public fare",
                      "rbd": "l",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "5oORJ"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "235.65",
                                  "curCode": "EGP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "482.54",
                                  "curCode": "GTQ",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "3.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "336.79",
                                  "curCode": "OMR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "311.15",
                                  "curCode": "XOF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "MRCWA",
                                "ruleId": "y8FdqIpQIL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "gnRba",
                                "ruleId": "OQxKdlrncr",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KlsFK",
                                "ruleId": "UP50f1cI33",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "46"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "SvZlS",
                                "ruleId": "Pd0bT4oKGT",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CSbap",
                                "ruleId": "IxVv2GnRG4",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qJOeJ",
                                "ruleId": "6E709ta760",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LSVCk",
                                "ruleId": "JHnLyo3h32",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gTcIc",
                                "ruleId": "bDIifKcP2p",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "11.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "46.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "vLdTX",
                                "ruleId": "SN4grqUPmX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "IJLiT",
                                "ruleId": "8UfZW4G2Hd",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Zvbdg",
                                "ruleId": "wKBPj28mQX",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "57.79",
                        "curCode": "KGS",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "272.52",
                          "curCode": "IQD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "114.18",
                          "curCode": "SLE",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "241.95",
                          "curCode": "BTN",
                          "taxable": false
                        },
                        "exchangeRate": 0.9472
                      },
                      "originalAmount": {
                        "amount": "115.03",
                        "curCode": "BND",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "330.29",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "UMR",
                              "boardingCity": "DNU",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "284.48",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "258.71",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "arrivalCity": "AZU",
                              "boardingCity": "VBV",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "494.82",
                                "curCode": "GBP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "458.72",
                                "curCode": "JOD",
                                "taxable": false
                              },
                              "arrivalCity": "JHZ",
                              "boardingCity": "HUS",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "430.36",
                                "curCode": "MRU",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "448.88",
                                "curCode": "AWG",
                                "taxable": false
                              },
                              "arrivalCity": "DED",
                              "boardingCity": "YTS",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "194.04",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "383.48",
                            "curCode": "PYG",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "324.03",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "arrivalCity": "DJD",
                              "boardingCity": "MNZ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "451.82",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "215.4",
                                "curCode": "CHF",
                                "taxable": false
                              },
                              "arrivalCity": "IVP",
                              "boardingCity": "YNM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "81.55",
                                "curCode": "BSD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "147.93",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "arrivalCity": "ZXE",
                              "boardingCity": "NUV",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "304.25",
                                "curCode": "CAD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "329.62",
                                "curCode": "UAH",
                                "taxable": false
                              },
                              "arrivalCity": "ATY",
                              "boardingCity": "BEO",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "402.77",
                                "curCode": "AUD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "109.48",
                            "curCode": "KES",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "43.59",
                              "curCode": "KGS",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PT",
                            "taxCode": "yWl",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "047"
                          },
                          {
                            "amount": {
                              "amount": "27.44",
                              "curCode": "MWK",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SM",
                            "taxCode": "glF",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "762"
                          },
                          {
                            "amount": {
                              "amount": "98.92",
                              "curCode": "PLN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "UZ",
                            "taxCode": "GB8",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "355"
                          }
                        ],
                        "total": {
                          "amount": "372.57",
                          "curCode": "PEN",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "219.74",
                        "curCode": "GNF",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "EJV",
                          "date": "2026-12-30T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "DLE",
                          "date": "2027-05-12T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 792,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "7930",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MGJ",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OPG",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EZY",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GQI",
                              "date": "2026-09-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PDW",
                              "date": "2026-12-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WMN",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "VgWO6lPE",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "4021",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "g"
                      }
                    ],
                    "ticketDesignator": "WYyF",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "188.34",
                        "feeCurrencyCode": "MWK",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "88.23",
                        "feeCurrencyCode": "HKD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "170.99",
                        "feeCurrencyCode": "HTG",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "176.5",
                        "feeCurrencyCode": "KWD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "136.08",
                        "feeCurrencyCode": "DKK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "112.55",
                      "curCode": "XAF",
                      "taxable": true
                    },
                    "arrivalCity": "YFY",
                    "boardingCity": "VDY",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "217.35",
                      "curCode": "IQD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "5568837",
                    "airline": "LH",
                    "poviderName": "30K",
                    "programCode": "PLT/SPH",
                    "programName": "SKYMILES GOLD",
                    "signInID": "8023",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "2682222",
                    "airline": "UA",
                    "poviderName": "100K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "4823",
                    "tierCode": "P2",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Earline",
                  "surname": "Ward"
                },
                "price": {
                  "baseAmount": {
                    "amount": "341.35",
                    "curCode": "PGK",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "137.29",
                      "curCode": "UYU",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "350.32",
                      "curCode": "NPR",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "405.58",
                      "curCode": "LSL",
                      "taxable": false
                    },
                    "exchangeRate": 1.1641
                  },
                  "originalAmount": {
                    "amount": "414.66",
                    "curCode": "HNL",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "460.79",
                            "curCode": "BZD",
                            "taxable": true
                          },
                          "arrivalCity": "ZVP",
                          "boardingCity": "SDW",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "334.35",
                            "curCode": "ILS",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "314.79",
                        "curCode": "ZMW",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "414.51",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "arrivalCity": "SJG",
                          "boardingCity": "CXF",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "184.23",
                            "curCode": "ISK",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "54.18",
                            "curCode": "ALL",
                            "taxable": false
                          },
                          "arrivalCity": "XKQ",
                          "boardingCity": "LVV",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "311.51",
                            "curCode": "CVE",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "243.88",
                            "curCode": "TTD",
                            "taxable": false
                          },
                          "arrivalCity": "YVC",
                          "boardingCity": "XVT",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "185.06",
                            "curCode": "FJD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "62.74",
                            "curCode": "BND",
                            "taxable": false
                          },
                          "arrivalCity": "JRH",
                          "boardingCity": "ACR",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "68.89",
                            "curCode": "GBP",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "336.41",
                        "curCode": "CDF",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "60.27",
                            "curCode": "HUF",
                            "taxable": false
                          },
                          "arrivalCity": "DNO",
                          "boardingCity": "GVQ",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "86.52",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "394.5",
                            "curCode": "NIO",
                            "taxable": true
                          },
                          "arrivalCity": "OSY",
                          "boardingCity": "MGX",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "258.79",
                            "curCode": "LYD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "275.19",
                            "curCode": "LAK",
                            "taxable": true
                          },
                          "arrivalCity": "MIC",
                          "boardingCity": "EKY",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "406.58",
                            "curCode": "GIP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "229.88",
                        "curCode": "GTQ",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "67.38",
                          "curCode": "UYU",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "VU",
                        "taxCode": "tHX",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "789"
                      },
                      {
                        "amount": {
                          "amount": "85.24",
                          "curCode": "UAH",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TO",
                        "taxCode": "xZS",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "145"
                      },
                      {
                        "amount": {
                          "amount": "14.64",
                          "curCode": "IQD",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "JP",
                        "taxCode": "AP4",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "949"
                      }
                    ],
                    "total": {
                      "amount": "337.36",
                      "curCode": "KWD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "141.88",
                    "curCode": "MKD",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "VrtjDWpUnk"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.7,
                            "min": 5,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.2,
                            "min": 7.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.7,
                            "min": 6.8,
                            "unit": "K"
                          },
                          {
                            "max": 20.6,
                            "min": 9.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.2,
                            "min": 1.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.4,
                            "min": 9.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.9,
                            "min": 4,
                            "unit": "K"
                          },
                          {
                            "max": 17,
                            "min": 6.5,
                            "unit": "K"
                          },
                          {
                            "max": 26.7,
                            "min": 7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.4,
                            "min": 0.9,
                            "unit": "K"
                          },
                          {
                            "max": 21.2,
                            "min": 4.4,
                            "unit": "K"
                          },
                          {
                            "max": 28.9,
                            "min": 8.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.5,
                            "min": 3.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.8,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.5,
                            "min": 4.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.6,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 17,
                            "min": 10,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 30,
                            "min": 7.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.1,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 25.5,
                            "min": 6.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.6,
                            "min": 6.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.7,
                            "min": 4.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.1,
                            "min": 3.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.1,
                            "min": 3.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.6,
                            "min": 8.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.6,
                            "min": 3.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 10.3,
                            "min": 5.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.7,
                            "min": 5.7,
                            "unit": "K"
                          },
                          {
                            "max": 16.5,
                            "min": 1.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.1,
                            "min": 6,
                            "unit": "K"
                          },
                          {
                            "max": 12.4,
                            "min": 7.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.8,
                            "min": 0.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.8,
                            "min": 5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "jTterjXD",
                      "descriptions": [
                        {
                          "id": "haxPyGNroP",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "zAcWMywtjW",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "XMnkG",
                      "programID": 339,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "CHtTBWoz",
                      "fareBasisCode": "AH4FRvEl",
                      "fareCode": "70f",
                      "fareDescription": "Public fare",
                      "rbd": "n",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "s4Y8m"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "493.36",
                                  "curCode": "SBD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "QfwAt",
                                "ruleId": "3NDrNLCbM2",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZHCGk",
                                "ruleId": "71U7vVt12d",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rMfyH",
                                "ruleId": "lSEEX6ChAi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "92.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "374.77",
                                  "curCode": "KZT",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "85.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "Xcagu",
                                "ruleId": "2ww3ovSZ3z",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "lWvIP",
                                "ruleId": "epbrzKh5WP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "oWMgf",
                                "ruleId": "ybMAIX7cMo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "zeTrx",
                                "ruleId": "VA7YGAR7ut",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "278.48",
                                  "curCode": "CNY",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "4.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "369.18",
                                  "curCode": "NIO",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "24.9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "oIcNs",
                                "ruleId": "DiLikv8KW4",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aJxqo",
                                "ruleId": "t9XTgKVeOc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "jSbZA",
                                "ruleId": "U4TMBl0prc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "lKqvt",
                                "ruleId": "X2aO3VdOQi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JwXQz",
                                "ruleId": "tf5wIOGrpL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "361.52",
                        "curCode": "HNL",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "146.85",
                          "curCode": "WST",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "264.49",
                          "curCode": "MUR",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "80.1",
                          "curCode": "MDL",
                          "taxable": false
                        },
                        "exchangeRate": 1.1622
                      },
                      "originalAmount": {
                        "amount": "294.9",
                        "curCode": "MVR",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "385.24",
                                "curCode": "GEL",
                                "taxable": false
                              },
                              "arrivalCity": "YWS",
                              "boardingCity": "SGL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "270.82",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "282.2",
                                "curCode": "PGK",
                                "taxable": true
                              },
                              "arrivalCity": "HSL",
                              "boardingCity": "CWX",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "116.4",
                                "curCode": "JPY",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "278.89",
                            "curCode": "MYR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "49.38",
                              "curCode": "MOP",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "TO",
                            "taxCode": "w4d",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "877"
                          },
                          {
                            "amount": {
                              "amount": "75.75",
                              "curCode": "SOS",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "WS",
                            "taxCode": "fbF",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "514"
                          }
                        ],
                        "total": {
                          "amount": "64.83",
                          "curCode": "MXN",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "86.92",
                        "curCode": "BHD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "FVJ",
                          "date": "2027-06-03T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "CHF",
                          "date": "2026-07-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3125,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0595",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OZX",
                              "date": "2027-01-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YPK",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HAG",
                              "date": "2027-06-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YOB",
                              "date": "2027-05-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "aFAJTHwg",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "0210",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "K"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "TPX",
                          "date": "2027-04-12T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RXJ",
                          "date": "2027-07-17T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3497,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "4543",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RYW",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IZC",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PAF",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RMR",
                              "date": "2026-07-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NQP",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XFK",
                              "date": "2026-11-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VJQ",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NMH",
                              "date": "2027-01-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "xFxnqKRU",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "5063",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IGG",
                          "date": "2027-03-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "KET",
                          "date": "2026-08-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1991,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4927",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VHX",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MDF",
                              "date": "2027-05-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NTM",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QRM",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NCR",
                              "date": "2026-08-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DDK",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "2LyQupJ3",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "9293",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "K"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VSK",
                          "date": "2026-08-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "DKZ",
                          "date": "2026-11-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4840,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "0465",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JNL",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DZZ",
                              "date": "2026-08-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JXY",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XFF",
                              "date": "2027-06-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "FMC",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DDM",
                              "date": "2026-07-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "IDIIZJ7d",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2913",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "f"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "WSS",
                          "date": "2026-11-19T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "AAW",
                          "date": "2027-01-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2454,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "5003",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QLT",
                              "date": "2026-12-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NUW",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LFE",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SVK",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "opRqC72V",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "6478",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "R"
                      }
                    ],
                    "ticketDesignator": "KGWw",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "20.76",
                        "feeCurrencyCode": "AZN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "53.07",
                        "feeCurrencyCode": "HKD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "141.29",
                        "feeCurrencyCode": "IDR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "71.41",
                        "feeCurrencyCode": "SYP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "eAEYkMsJ",
                      "descriptions": [
                        {
                          "id": "EgTWvecpru",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "iVRsSyRCYc",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "kInLIdzxBf",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "WGAFCABnpA",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "EYSOlyGdbU",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "mKXLU",
                      "programID": 360,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "RimfLFIO",
                      "fareBasisCode": "SzI5zVoq",
                      "fareCode": "lbo",
                      "fareDescription": "Public fare",
                      "rbd": "x",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Cp7t7"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "74.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "ldPej",
                                "ruleId": "CPbCECLpzV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "lYkBM",
                                "ruleId": "0wu58zzvts",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JsGvQ",
                                "ruleId": "6TzNidEqCe",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "cNSuZ",
                                "ruleId": "kmZ3jvosbg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "woVau",
                                "ruleId": "FwEVJyPFKH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "59.81",
                        "curCode": "MZN",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "300.06",
                          "curCode": "JOD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "174.54",
                          "curCode": "XPF",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "424.85",
                          "curCode": "KPW",
                          "taxable": true
                        },
                        "exchangeRate": 0.8659
                      },
                      "originalAmount": {
                        "amount": "479.12",
                        "curCode": "BDT",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "81.17",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "arrivalCity": "MSI",
                              "boardingCity": "LTT",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "253.68",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "260.74",
                                "curCode": "TJS",
                                "taxable": false
                              },
                              "arrivalCity": "NFZ",
                              "boardingCity": "MKF",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "306.1",
                                "curCode": "RSD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "323.02",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "arrivalCity": "PTX",
                              "boardingCity": "YOF",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "482.43",
                                "curCode": "MUR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "450.96",
                                "curCode": "TOP",
                                "taxable": true
                              },
                              "arrivalCity": "DZX",
                              "boardingCity": "CJS",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "270.51",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "244.27",
                                "curCode": "MMK",
                                "taxable": true
                              },
                              "arrivalCity": "MUR",
                              "boardingCity": "JUL",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "131.83",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "252.83",
                            "curCode": "XOF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "476.77",
                                "curCode": "SRD",
                                "taxable": false
                              },
                              "arrivalCity": "LWW",
                              "boardingCity": "UVL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "295.76",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "79.43",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "arrivalCity": "BCU",
                              "boardingCity": "TFY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "172.99",
                                "curCode": "KHR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "199.34",
                                "curCode": "RWF",
                                "taxable": true
                              },
                              "arrivalCity": "DVX",
                              "boardingCity": "SIV",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "195.21",
                                "curCode": "SRD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "151.71",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "arrivalCity": "LAO",
                              "boardingCity": "FBM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "89.25",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "63.22",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "arrivalCity": "WME",
                              "boardingCity": "TZF",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "104.27",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "388.96",
                            "curCode": "SEK",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "396.08",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "arrivalCity": "FEX",
                              "boardingCity": "XPR",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "345.48",
                                "curCode": "GMD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "277.5",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "arrivalCity": "WFA",
                              "boardingCity": "MNG",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "85.47",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "417.16",
                                "curCode": "PHP",
                                "taxable": true
                              },
                              "arrivalCity": "RVU",
                              "boardingCity": "KSE",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "166.36",
                                "curCode": "SSP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "429.36",
                            "curCode": "KZT",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "185.47",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "arrivalCity": "HRU",
                              "boardingCity": "NKR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "175.53",
                                "curCode": "XCD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "442.63",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "arrivalCity": "PJY",
                              "boardingCity": "TCT",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "276.39",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "235.93",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "arrivalCity": "SRN",
                              "boardingCity": "LFT",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "206.62",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "336.65",
                                "curCode": "TND",
                                "taxable": false
                              },
                              "arrivalCity": "LOR",
                              "boardingCity": "FSP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "321.17",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "306.88",
                            "curCode": "ARS",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "150.23",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "arrivalCity": "XPH",
                              "boardingCity": "PFL",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "52.36",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "477.81",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "arrivalCity": "MZV",
                              "boardingCity": "WIQ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "187.12",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "87.25",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "arrivalCity": "ETU",
                              "boardingCity": "DQV",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "491.48",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "393.24",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "arrivalCity": "LAG",
                              "boardingCity": "MTC",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "331.88",
                                "curCode": "PGK",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "143.97",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "arrivalCity": "CMB",
                              "boardingCity": "EGH",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "57.6",
                                "curCode": "CDF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "166.02",
                            "curCode": "SAR",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "75.02",
                              "curCode": "BAM",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "FI",
                            "taxCode": "FNQ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "612"
                          },
                          {
                            "amount": {
                              "amount": "89.62",
                              "curCode": "SGD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "VC",
                            "taxCode": "sGK",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "986"
                          },
                          {
                            "amount": {
                              "amount": "77.15",
                              "curCode": "PYG",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KI",
                            "taxCode": "Ot7",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "652"
                          }
                        ],
                        "total": {
                          "amount": "389.58",
                          "curCode": "KZT",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "482.8",
                        "curCode": "GBP",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NFH",
                          "date": "2026-09-08T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ZOR",
                          "date": "2027-03-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1498,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5852",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GOA",
                              "date": "2027-07-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UVN",
                              "date": "2026-07-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "BM7Rk2RK",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "7801",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "TER",
                          "date": "2026-08-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "JRZ",
                          "date": "2026-07-23T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1507,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1902",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WDX",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EUA",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VJU",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NEY",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AEH",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LTG",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MBU",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NRQ",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "YnNQsWFc",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "4162",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Q"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "GAH",
                          "date": "2027-01-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FXB",
                          "date": "2027-01-16T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 587,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3003",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QKL",
                              "date": "2026-11-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AGN",
                              "date": "2027-01-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LJI",
                              "date": "2027-07-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VOK",
                              "date": "2026-10-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YMT",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FVL",
                              "date": "2027-01-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Fc4xXB_Q",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "9744",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "F"
                      }
                    ],
                    "ticketDesignator": "sf7D",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "22.95",
                        "feeCurrencyCode": "JPY",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "81.25",
                        "feeCurrencyCode": "CAD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "146.83",
                        "feeCurrencyCode": "KGS",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "125.7",
                        "feeCurrencyCode": "CNY",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "114.73",
                      "curCode": "GTQ",
                      "taxable": true
                    },
                    "arrivalCity": "ZFQ",
                    "boardingCity": "FLI",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "153.47",
                      "curCode": "UZS",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "459.95",
                      "curCode": "TOP",
                      "taxable": false
                    },
                    "arrivalCity": "GMS",
                    "boardingCity": "XAH",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "413.6",
                      "curCode": "SYP",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "385.63",
                      "curCode": "PLN",
                      "taxable": false
                    },
                    "arrivalCity": "PYB",
                    "boardingCity": "FPJ",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "266.89",
                      "curCode": "HKD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "346.57",
                      "curCode": "MVR",
                      "taxable": true
                    },
                    "arrivalCity": "WFG",
                    "boardingCity": "YXI",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "381.18",
                      "curCode": "BRL",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "4490358",
                    "airline": "JL",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "6873",
                    "tierCode": "E1",
                    "tierName": "Silver",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "1334941",
                    "airline": "NH",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "MILES & MORE",
                    "signInID": "9516",
                    "tierCode": "P1",
                    "tierName": "Gold",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "7983087",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "SILVER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "7136",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "4938093",
                    "airline": "UA",
                    "poviderName": "30K",
                    "programCode": "SILVER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "6153",
                    "tierCode": "P2",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "7477125",
                    "airline": "JL",
                    "poviderName": "50K",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "0574",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "SILVER"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Jane",
                  "surname": "Kozey"
                },
                "price": {
                  "baseAmount": {
                    "amount": "315.9",
                    "curCode": "BZD",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "420.9",
                      "curCode": "BWP",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "102.67",
                      "curCode": "DOP",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "344.28",
                      "curCode": "TZS",
                      "taxable": true
                    },
                    "exchangeRate": 1.0243
                  },
                  "originalAmount": {
                    "amount": "330.82",
                    "curCode": "DOP",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "95.81",
                            "curCode": "EGP",
                            "taxable": true
                          },
                          "arrivalCity": "LQR",
                          "boardingCity": "AYP",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "279.46",
                            "curCode": "ETB",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "361.5",
                            "curCode": "USD",
                            "taxable": false
                          },
                          "arrivalCity": "LSI",
                          "boardingCity": "DTW",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "374.52",
                            "curCode": "YER",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "258.74",
                            "curCode": "KMF",
                            "taxable": false
                          },
                          "arrivalCity": "MIR",
                          "boardingCity": "YZM",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "409.36",
                            "curCode": "EUR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "124.02",
                        "curCode": "KGS",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "75.07",
                            "curCode": "BAM",
                            "taxable": false
                          },
                          "arrivalCity": "JVU",
                          "boardingCity": "ELM",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "433.94",
                            "curCode": "MRU",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "331.16",
                        "curCode": "AOA",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "443.24",
                            "curCode": "BSD",
                            "taxable": false
                          },
                          "arrivalCity": "VPO",
                          "boardingCity": "IBC",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "389.42",
                            "curCode": "UZS",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "234.69",
                            "curCode": "KRW",
                            "taxable": true
                          },
                          "arrivalCity": "IDI",
                          "boardingCity": "FCS",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "427.82",
                            "curCode": "BAM",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "349.97",
                        "curCode": "GYD",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "32.76",
                          "curCode": "SEK",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "ML",
                        "taxCode": "ZRG",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "217"
                      },
                      {
                        "amount": {
                          "amount": "12.44",
                          "curCode": "IQD",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "KI",
                        "taxCode": "ycg",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "224"
                      },
                      {
                        "amount": {
                          "amount": "20.23",
                          "curCode": "DJF",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "KW",
                        "taxCode": "Oos",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "128"
                      }
                    ],
                    "total": {
                      "amount": "453.83",
                      "curCode": "UGX",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "407.4",
                    "curCode": "KYD",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "yuhohUIKLP"
              }
            ],
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2027-05-10T00:00:00.0Z",
        "paymentTimeLimitText": "2026-07-21T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "NOS",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": false,
            "description": "Non-refundable ticket",
            "id": "nZFAfEnc",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "89.17",
              "curCode": "QAR",
              "taxable": true
            },
            "percentage": "43.3",
            "typeCode": "Cancellation",
            "upgradeFeeInd": true
          },
          {
            "appCode": "PDE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "ljktrI1t",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "461.17",
              "curCode": "MKD",
              "taxable": true
            },
            "percentage": "45.5",
            "typeCode": "NoShow",
            "upgradeFeeInd": true
          },
          {
            "appCode": "PDE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "2xDvpI2a",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "260.63",
              "curCode": "THB",
              "taxable": false
            },
            "percentage": "65.2",
            "typeCode": "NoShow",
            "upgradeFeeInd": false
          },
          {
            "appCode": "ADE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Reissue allowed with fee",
            "id": "0D4IeetB",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "130.46",
              "curCode": "MWK",
              "taxable": false
            },
            "percentage": "66.1",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "90.96",
            "curCode": "MMK",
            "taxable": false
          },
          "discount": {
            "description": "DSC_CONTINOUS_PRICING",
            "discountAmount": {
              "amount": "304.74",
              "curCode": "KYD",
              "taxable": false
            },
            "preDiscountedAmount": {
              "amount": "321.98",
              "curCode": "MKD",
              "taxable": false
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "426.06",
              "curCode": "OMR",
              "taxable": false
            },
            "exchangeRate": 0.8932
          },
          "originalAmount": {
            "amount": "264.11",
            "curCode": "DOP",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "62.58",
                    "curCode": "KWD",
                    "taxable": true
                  },
                  "arrivalCity": "COJ",
                  "boardingCity": "AHK",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "91.31",
                    "curCode": "SCR",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "499.25",
                    "curCode": "SGD",
                    "taxable": false
                  },
                  "arrivalCity": "KIL",
                  "boardingCity": "FWE",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "251.17",
                    "curCode": "BSD",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "498.7",
                    "curCode": "BSD",
                    "taxable": true
                  },
                  "arrivalCity": "PPG",
                  "boardingCity": "PPX",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "367.12",
                    "curCode": "RON",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "181.92",
                    "curCode": "OMR",
                    "taxable": true
                  },
                  "arrivalCity": "ZLD",
                  "boardingCity": "UGI",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "343.55",
                    "curCode": "ALL",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "262.13",
                    "curCode": "FKP",
                    "taxable": false
                  },
                  "arrivalCity": "QSA",
                  "boardingCity": "ZKG",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "319.02",
                    "curCode": "CZK",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "473.71",
                "curCode": "BAM",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "498.4",
                    "curCode": "CRC",
                    "taxable": false
                  },
                  "arrivalCity": "MRS",
                  "boardingCity": "NSD",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "256.43",
                    "curCode": "SDG",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "310.58",
                    "curCode": "NGN",
                    "taxable": true
                  },
                  "arrivalCity": "NHC",
                  "boardingCity": "VEO",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "222.86",
                    "curCode": "BBD",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "494.82",
                    "curCode": "ARS",
                    "taxable": false
                  },
                  "arrivalCity": "UPX",
                  "boardingCity": "QDE",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "245.07",
                    "curCode": "CDF",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "65.83",
                "curCode": "AOA",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "378.38",
                    "curCode": "VND",
                    "taxable": true
                  },
                  "arrivalCity": "XIG",
                  "boardingCity": "TCF",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "482.19",
                    "curCode": "CNY",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "79.86",
                    "curCode": "CAD",
                    "taxable": true
                  },
                  "arrivalCity": "KGO",
                  "boardingCity": "MFS",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "118.66",
                    "curCode": "STN",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "165.67",
                    "curCode": "CZK",
                    "taxable": false
                  },
                  "arrivalCity": "HOZ",
                  "boardingCity": "KUG",
                  "description": "Segment Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "130.95",
                    "curCode": "PHP",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "415.16",
                    "curCode": "EUR",
                    "taxable": false
                  },
                  "arrivalCity": "WOG",
                  "boardingCity": "KSM",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "281.81",
                    "curCode": "CDF",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YYY"
                }
              ],
              "total": {
                "amount": "85.54",
                "curCode": "XAF",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "58.66",
                  "curCode": "BOB",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "TD",
                "taxCode": "Ykv",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "215"
              }
            ],
            "total": {
              "amount": "347.26",
              "curCode": "NPR",
              "taxable": true
            }
          },
          "totalAmount": {
            "amount": "318.41",
            "curCode": "BZD",
            "taxable": false
          }
        },
        "penaltyRefs": [
          "PEN1",
          "PEN2"
        ],
        "priceGuaranteeTimeLimitDateTime": "2027-03-30T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2026-11-01T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "19.95",
                  "curCode": "BZD",
                  "percent": "9.5"
                },
                "id": "92427",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "37.28",
                  "curCode": "KHR",
                  "percent": "5.2"
                },
                "id": "38694",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "24.74",
                  "curCode": "LAK",
                  "percent": "10.1"
                },
                "id": "21172",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "97.61",
                  "curCode": "WST",
                  "percent": "18.1"
                },
                "id": "21582",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "45.24",
                  "curCode": "HKD",
                  "percent": "11.5"
                },
                "id": "49261",
                "type": "PRE"
              }
            ],
            "tag": "1A4kcZ871V",
            "tourCode": "wQHG5xsp5J"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "50.85",
                  "curCode": "BTN",
                  "percent": "5.3"
                },
                "id": "64347",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "67.98",
                  "curCode": "MDL",
                  "percent": "10"
                },
                "id": "82221",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "86.12",
                  "curCode": "GNF",
                  "percent": "9.2"
                },
                "id": "70446",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "35.8",
                  "curCode": "SYP",
                  "percent": "15.2"
                },
                "id": "88327",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "96.16",
                  "curCode": "QAR",
                  "percent": "13.7"
                },
                "id": "86333",
                "type": "POST"
              }
            ],
            "tag": "kSdL5jXxXu",
            "tourCode": "ii43KteS2D"
          }
        ],
        "purchaseTimeLimitDateTime": "2026-12-15T00:00:00.0Z",
        "source": "Mertz, Wisozk and Crist",
        "totalPrice": {
          "baseAmount": {
            "amount": "38.09",
            "curCode": "ZAR",
            "taxable": false
          },
          "equivAmount": {
            "amount": "56.78",
            "curCode": "NAD",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "45.7",
                "curCode": "CVE",
                "taxable": false
              },
              "description": "AIRPORT TAX",
              "nation": "AR",
              "taxCode": "Ew1",
              "taxCodeText": "PAID",
              "taxPadisCode": "885"
            },
            {
              "amount": {
                "amount": "81.63",
                "curCode": "NAD",
                "taxable": false
              },
              "description": "FUEL SURCHARGE",
              "nation": "UZ",
              "taxCode": "Tt5",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "019"
            },
            {
              "amount": {
                "amount": "29.95",
                "curCode": "BGN",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "RW",
              "taxCode": "QE4",
              "taxCodeText": "PAID",
              "taxPadisCode": "967"
            }
          ],
          "totalAmount": {
            "amount": "27.87",
            "curCode": "BBD",
            "taxable": false
          },
          "totalTaxes": {
            "amount": "12.06",
            "curCode": "QAR",
            "taxable": false
          },
          "wasTicketValueUsed": true
        },
        "ttl": 341,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "Before Departure"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "189.52",
            "feeCurrencyCode": "SRD",
            "hasFee": false,
            "isAllowed": true,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "After Departure",
              "After Departure",
              "No Show"
            ],
            "description": "Non-refundable",
            "feeAmount": "185.96",
            "feeCurrencyCode": "CNY",
            "hasFee": false,
            "isAllowed": true,
            "type": "Cancel"
          }
        ]
      }
    ]
  },
  "version": "v1.1.0"
}
sabretravelndcpricingairline