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_PUT_REQUEST",
      "customId": "1c51bec8-c501-4df3-884a-93a079ac6323",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "834366f9-e8bd-48ef-b78e-6c96075d9333",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "2d927680-2041-436b-a050-a0a7ec0219ca",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "594ed454-e37b-48cf-884e-d71aff098ffd",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_GET_REQUEST",
      "customId": "aaca7839-cd8e-431f-bbf8-b5a72f51f873",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    }
  ],
  "id": "T4G4tCO7pdOo",
  "messages": [
    {
      "additionalDescription": "Invalid form of payment reference.",
      "code": 173,
      "message": "Invalid request parameter",
      "service": "SCHEMA_VALIDATOR",
      "system": "PRICING_ENGINE",
      "type": "INFO"
    },
    {
      "additionalDescription": "Dependency service failed.",
      "code": 846,
      "message": "Internal processing error",
      "service": "OFFER_STORE_GET",
      "system": "PRICING_ENGINE",
      "type": "WARNING"
    },
    {
      "additionalDescription": "Dependency service failed.",
      "code": 399,
      "message": "Internal processing error",
      "service": "OFFER_STORE_GET",
      "system": "GATEWAY",
      "type": "WARNING"
    },
    {
      "additionalDescription": "Dependency service failed.",
      "code": 721,
      "message": "Invalid request parameter",
      "service": "VAL_PRICING",
      "system": "PRICING_ENGINE",
      "type": "WARNING"
    }
  ],
  "payloadAttributes": {
    "additionalProperties": "stG1NW",
    "baseline": "offer-price-tn-457-20230912-100000-0.2.1-20230912.100000-1-99abcd1",
    "host": "offer-price-tn-green-7d8e9f0a1b-abc12",
    "timeStamp": "2026-08-07T00:00:00.0Z",
    "trxID": "85320b19-0dfb-490a-af8e-12c5a4b95d8f"
  },
  "version": "v1.1.0"
}
{
  "diagnostics": [
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "237a6514-2002-4b75-a93c-0982cceaa8f1",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "e1a0f71f-47df-4b66-9e39-d2e773404402",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    },
    {
      "body": "OFFER_STORE_PUT_REQUEST",
      "customId": "f37a52bc-766c-43db-85eb-925f2df9a8c6",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "OFFER_STORE_GET_REQUEST"
    }
  ],
  "id": "PgCIVJI1aONV",
  "payloadAttributes": {
    "additionalProperties": "z2G5xr",
    "baseline": "offer-price-tn-457-20230912-100000-0.2.1-20230912.100000-1-99abcd1",
    "host": "offer-price-tn-blue-6c5f854fd4-rmd8c",
    "timeStamp": "2025-08-27T00:00:00.0Z",
    "trxID": "9bccf949-4bfc-4aa3-b90f-8f687b3eb4a9"
  },
  "response": {
    "offers": [
      {
        "commission": {
          "amount": "187.85",
          "code": "STD01",
          "currencyCode": "RWF",
          "description": "Promotional",
          "percentage": "13.34",
          "percentageAppliedToAmount": "683.02"
        },
        "id": "95ERhHdTghGw",
        "journeys": [
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S3",
              "S4",
              "S2"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S2",
              "S1",
              "S4"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S4",
              "S1",
              "S3"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S2",
              "S4",
              "S1",
              "S3"
            ]
          },
          {
            "priceClassRefId": "First",
            "segmentRefIds": [
              "S4",
              "S2",
              "S3",
              "S1"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "LH",
            "binNumber": "788122",
            "cardCode": "AX",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "ExzvLC",
              "3jAczJ",
              "l7HTOE"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "167.46",
                "curCode": "KRW",
                "taxable": true
              },
              "baseAmount": {
                "amount": "210.22",
                "curCode": "CZK",
                "taxable": false
              },
              "cardCharge": "49.88",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "232.99",
                "curCode": "SLE",
                "taxable": false
              },
              "noCharge": true,
              "percentageValue": "4",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "56.68",
                      "curCode": "PGK",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "CK",
                    "taxCode": "Vbw",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "204"
                  },
                  {
                    "amount": {
                      "amount": "19.94",
                      "curCode": "AZN",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "UA",
                    "taxCode": "AC9",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "638"
                  },
                  {
                    "amount": {
                      "amount": "40.01",
                      "curCode": "VND",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "LC",
                    "taxCode": "EQA",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "935"
                  }
                ],
                "total": {
                  "amount": "106.64",
                  "curCode": "KPW",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "EK",
            "binNumber": "664039",
            "cardCode": "MC",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "MiVvUM",
              "EfZXmU",
              "XtnUrH",
              "-EBmVv"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "110.07",
                "curCode": "ALL",
                "taxable": false
              },
              "baseAmount": {
                "amount": "359.25",
                "curCode": "PHP",
                "taxable": true
              },
              "cardCharge": "4.65",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "263.75",
                "curCode": "BYN",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "3.6",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "93.24",
                      "curCode": "VUV",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "LI",
                    "taxCode": "X2e",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "463"
                  },
                  {
                    "amount": {
                      "amount": "22.7",
                      "curCode": "SOS",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "IR",
                    "taxCode": "u7M",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "938"
                  },
                  {
                    "amount": {
                      "amount": "98.89",
                      "curCode": "PHP",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "VU",
                    "taxCode": "vmm",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "617"
                  },
                  {
                    "amount": {
                      "amount": "92.73",
                      "curCode": "EUR",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "MZ",
                    "taxCode": "x2e",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "773"
                  }
                ],
                "total": {
                  "amount": "321.31",
                  "curCode": "XCD",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "EK",
            "binNumber": "217184",
            "cardCode": "VI",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "IErBOU",
              "9VxJvX",
              "X6QKj0"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "414.35",
                "curCode": "SEK",
                "taxable": true
              },
              "baseAmount": {
                "amount": "250.52",
                "curCode": "LBP",
                "taxable": true
              },
              "cardCharge": "32.59",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "174.34",
                "curCode": "DOP",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "2.9",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "10.89",
                      "curCode": "NOK",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "GM",
                    "taxCode": "OmQ",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "253"
                  },
                  {
                    "amount": {
                      "amount": "85.07",
                      "curCode": "IDR",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "PF",
                    "taxCode": "avF",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "222"
                  },
                  {
                    "amount": {
                      "amount": "87.58",
                      "curCode": "TJS",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "OM",
                    "taxCode": "zYh",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "304"
                  }
                ],
                "total": {
                  "amount": "319.95",
                  "curCode": "BIF",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "JL",
            "binNumber": "324255",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "nhdPoa"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "200.51",
                "curCode": "GNF",
                "taxable": false
              },
              "baseAmount": {
                "amount": "260.46",
                "curCode": "HKD",
                "taxable": true
              },
              "cardCharge": "22.71",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "55.4",
                "curCode": "TWD",
                "taxable": false
              },
              "noCharge": true,
              "percentageValue": "2",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "75.72",
                      "curCode": "XPF",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "MH",
                    "taxCode": "WQx",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "856"
                  },
                  {
                    "amount": {
                      "amount": "92.05",
                      "curCode": "TTD",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "MX",
                    "taxCode": "J7l",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "279"
                  },
                  {
                    "amount": {
                      "amount": "97.45",
                      "curCode": "NOK",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "CR",
                    "taxCode": "aFG",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "990"
                  }
                ],
                "total": {
                  "amount": "483.19",
                  "curCode": "MKD",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "SQ",
            "binNumber": "295784",
            "cardCode": "VI",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "PTrbi9",
              "JYfma-"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "180.23",
                "curCode": "MXN",
                "taxable": true
              },
              "baseAmount": {
                "amount": "175.24",
                "curCode": "CAD",
                "taxable": false
              },
              "cardCharge": "35.17",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "241.71",
                "curCode": "LBP",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "3.6",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "25.41",
                      "curCode": "RON",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "ZM",
                    "taxCode": "Vn9",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "832"
                  },
                  {
                    "amount": {
                      "amount": "84.63",
                      "curCode": "VND",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "TT",
                    "taxCode": "6k0",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "731"
                  },
                  {
                    "amount": {
                      "amount": "29.27",
                      "curCode": "SSP",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "GU",
                    "taxCode": "5Vh",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "318"
                  },
                  {
                    "amount": {
                      "amount": "30.94",
                      "curCode": "FJD",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "SN",
                    "taxCode": "WtP",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "737"
                  }
                ],
                "total": {
                  "amount": "224.83",
                  "curCode": "CNY",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2027-08-14T00:00:00.0Z",
        "offerItems": [
          {
            "id": "xylSEx",
            "mandatoryInd": true,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "153.3",
                "curCode": "MWK",
                "taxable": true
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "435.92",
                  "curCode": "RON",
                  "taxable": false
                },
                "preDiscountedAmount": {
                  "amount": "292.27",
                  "curCode": "MZN",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "298.84",
                  "curCode": "MOP",
                  "taxable": false
                },
                "exchangeRate": 0.9147
              },
              "originalAmount": {
                "amount": "128.98",
                "curCode": "IRR",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "324.11",
                        "curCode": "UGX",
                        "taxable": false
                      },
                      "arrivalCity": "TAQ",
                      "boardingCity": "TID",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "350.62",
                        "curCode": "RSD",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "275.61",
                        "curCode": "SZL",
                        "taxable": true
                      },
                      "arrivalCity": "DUL",
                      "boardingCity": "UOE",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "448.77",
                        "curCode": "CDF",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "108.45",
                    "curCode": "ISK",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "388.54",
                        "curCode": "CAD",
                        "taxable": false
                      },
                      "arrivalCity": "YSY",
                      "boardingCity": "EYA",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "421.92",
                        "curCode": "MUR",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "412.46",
                        "curCode": "GBP",
                        "taxable": false
                      },
                      "arrivalCity": "DTP",
                      "boardingCity": "EVX",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "134.45",
                        "curCode": "IDR",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "253.05",
                        "curCode": "NGN",
                        "taxable": false
                      },
                      "arrivalCity": "ESV",
                      "boardingCity": "QFA",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "65.67",
                        "curCode": "XAF",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "467.7",
                        "curCode": "ANG",
                        "taxable": true
                      },
                      "arrivalCity": "OZI",
                      "boardingCity": "UWB",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "349.86",
                        "curCode": "MVR",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "434.42",
                    "curCode": "CVE",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "488.18",
                        "curCode": "TOP",
                        "taxable": true
                      },
                      "arrivalCity": "BNB",
                      "boardingCity": "MPG",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "304.58",
                        "curCode": "TTD",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "92.96",
                        "curCode": "PYG",
                        "taxable": true
                      },
                      "arrivalCity": "HYV",
                      "boardingCity": "KCX",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "458.17",
                        "curCode": "MKD",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "473.73",
                    "curCode": "IDR",
                    "taxable": true
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "22.61",
                      "curCode": "KZT",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "PH",
                    "taxCode": "sY0",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "925"
                  },
                  {
                    "amount": {
                      "amount": "96.45",
                      "curCode": "CVE",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "IQ",
                    "taxCode": "CDV",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "986"
                  },
                  {
                    "amount": {
                      "amount": "61.71",
                      "curCode": "AFN",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "SH",
                    "taxCode": "HrA",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "042"
                  },
                  {
                    "amount": {
                      "amount": "81.58",
                      "curCode": "SEK",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "CF",
                    "taxCode": "5ZB",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "112"
                  },
                  {
                    "amount": {
                      "amount": "28.41",
                      "curCode": "NGN",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "EC",
                    "taxCode": "OB7",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "121"
                  }
                ],
                "total": {
                  "amount": "454.27",
                  "curCode": "GTQ",
                  "taxable": true
                }
              },
              "totalAmount": {
                "amount": "412.14",
                "curCode": "RSD",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S1",
              "S2"
            ],
            "serviceDefinition": {
              "airlineCode": "SQ",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 20.5,
                        "min": 5.5,
                        "unit": "K"
                      },
                      {
                        "max": 27.2,
                        "min": 1.3,
                        "unit": "K"
                      },
                      {
                        "max": 28.3,
                        "min": 0.5,
                        "unit": "LBS"
                      },
                      {
                        "max": 28,
                        "min": 6.6,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 20.6,
                        "min": 2.4,
                        "unit": "LBS"
                      },
                      {
                        "max": 24.7,
                        "min": 6,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 2,
                "type": "CarryOnBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "pO",
              "reasonForIssuance": "Unknown",
              "serviceCode": "n0E"
            },
            "type": "Air"
          },
          {
            "commission": {
              "amount": "67.86",
              "code": "BFST",
              "currencyCode": "XOF",
              "description": "Standard commission",
              "percentage": "14.1",
              "percentageAppliedToAmount": "959.74"
            },
            "id": "jc9Iw5",
            "mandatoryInd": false,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.4,
                            "min": 7.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.6,
                            "min": 9.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10,
                            "min": 1.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.8,
                            "min": 9.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 23,
                            "min": 7.9,
                            "unit": "K"
                          },
                          {
                            "max": 17.6,
                            "min": 0,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.4,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 27.7,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.1,
                            "min": 2.5,
                            "unit": "K"
                          },
                          {
                            "max": 28.4,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 22.4,
                            "min": 0.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.9,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 13.5,
                            "min": 9.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.6,
                            "min": 5.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 17,
                            "min": 8.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21,
                            "min": 9.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.9,
                            "min": 4.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.5,
                            "min": 3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.3,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.6,
                            "min": 3.8,
                            "unit": "K"
                          },
                          {
                            "max": 27.4,
                            "min": 4.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.5,
                            "min": 1.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.8,
                            "min": 4.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.6,
                            "min": 9.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.5,
                            "min": 0.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.1,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.6,
                            "min": 0.5,
                            "unit": "K"
                          },
                          {
                            "max": 12.5,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.7,
                            "min": 6.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.2,
                            "min": 8,
                            "unit": "K"
                          },
                          {
                            "max": 17.4,
                            "min": 4.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.1,
                            "min": 0.6,
                            "unit": "K"
                          },
                          {
                            "max": 24.2,
                            "min": 6.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "nzNhGlBj",
                      "descriptions": [
                        {
                          "id": "ADVIwUNsvx",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "GWSpURKIfq",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "ZdmsmHQPDw",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "txVvg",
                      "programID": 461,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "dGeSwzRI",
                      "fareBasisCode": "oIEvAZIj",
                      "fareCode": "pcy",
                      "fareDescription": "Private fare",
                      "rbd": "A",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "YJzcP"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "71.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "76.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "ikNPB",
                                "ruleId": "zDz154FVBN",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "398.83",
                        "curCode": "PAB",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "287.99",
                          "curCode": "BHD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "378.95",
                          "curCode": "ERN",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "471.33",
                          "curCode": "GYD",
                          "taxable": true
                        },
                        "exchangeRate": 1.1904
                      },
                      "originalAmount": {
                        "amount": "346.65",
                        "curCode": "SBD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "345.36",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "arrivalCity": "NFJ",
                              "boardingCity": "KLL",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "163.01",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "96.49",
                                "curCode": "XCD",
                                "taxable": true
                              },
                              "arrivalCity": "SBK",
                              "boardingCity": "IVB",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "220.72",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "163.48",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "arrivalCity": "VJR",
                              "boardingCity": "WCS",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "479.84",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "382.26",
                            "curCode": "NOK",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "166.39",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "arrivalCity": "MHW",
                              "boardingCity": "JVF",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "238.57",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "187.79",
                                "curCode": "ANG",
                                "taxable": false
                              },
                              "arrivalCity": "ZRM",
                              "boardingCity": "VIZ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "412.37",
                                "curCode": "HNL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "282.81",
                                "curCode": "MKD",
                                "taxable": true
                              },
                              "arrivalCity": "MAY",
                              "boardingCity": "PXI",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "225.86",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "280.7",
                            "curCode": "CRC",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "110.31",
                                "curCode": "RWF",
                                "taxable": true
                              },
                              "arrivalCity": "FIH",
                              "boardingCity": "WJE",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "156.2",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "220.79",
                                "curCode": "TND",
                                "taxable": false
                              },
                              "arrivalCity": "TKC",
                              "boardingCity": "EIL",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "346.16",
                                "curCode": "MNT",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "337.65",
                                "curCode": "MOP",
                                "taxable": true
                              },
                              "arrivalCity": "JIE",
                              "boardingCity": "QDF",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "56.4",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "367.45",
                            "curCode": "NPR",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "37.97",
                              "curCode": "GIP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BG",
                            "taxCode": "LXy",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "287"
                          }
                        ],
                        "total": {
                          "amount": "245.89",
                          "curCode": "BGN",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "199.17",
                        "curCode": "ETB",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NEV",
                          "date": "2026-12-05T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "YAY",
                          "date": "2027-07-03T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3509,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "9504",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QYN",
                              "date": "2026-10-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ERJ",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZGH",
                              "date": "2026-10-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WQU",
                              "date": "2027-07-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HKU",
                              "date": "2026-08-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AIM",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "uELK6QmX",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "8253",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Z"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VHY",
                          "date": "2027-07-21T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ULA",
                          "date": "2027-05-22T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4857,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2195",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UYM",
                              "date": "2027-04-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AEF",
                              "date": "2026-10-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "GDZ",
                              "date": "2027-08-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JUU",
                              "date": "2027-05-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "AAW",
                              "date": "2026-08-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ATZ",
                              "date": "2027-01-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KJC",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NQD",
                              "date": "2026-12-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "WFH",
                              "date": "2027-03-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TVV",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "YjpIJInX",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "7220",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VQZ",
                          "date": "2026-10-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EWX",
                          "date": "2026-11-30T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4736,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "7547",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OCD",
                              "date": "2027-07-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ISM",
                              "date": "2027-03-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VNN",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IFP",
                              "date": "2027-08-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "cliN663N",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "8756",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "P"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "LMT",
                          "date": "2027-01-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "EJR",
                          "date": "2027-02-17T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1075,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4157",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PXP",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FYV",
                              "date": "2027-05-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OKY",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OVJ",
                              "date": "2026-08-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "DXN",
                              "date": "2026-10-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EOG",
                              "date": "2027-08-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JZA",
                              "date": "2027-02-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XIJ",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PIP",
                              "date": "2027-04-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JMD",
                              "date": "2026-12-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "ZC1iGQfF",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "5495",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "U"
                      }
                    ],
                    "ticketDesignator": "N5vo",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "28.44",
                        "feeCurrencyCode": "KZT",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "75.81",
                        "feeCurrencyCode": "BWP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "34.28",
                        "feeCurrencyCode": "LBP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "143",
                        "feeCurrencyCode": "ILS",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "91.58",
                        "feeCurrencyCode": "SGD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "vBTsWFCv",
                      "descriptions": [
                        {
                          "id": "tDjQigNPTS",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "VcBAJ",
                      "programID": 280,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "wCBNDcKD",
                      "fareBasisCode": "7RAaXBvd",
                      "fareCode": "NlE",
                      "fareDescription": "Private fare",
                      "rbd": "o",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "6oKwJ"
                      },
                      "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."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "8.7"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "kSftP",
                                "ruleId": "1dq5vxMytK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WbtTf",
                                "ruleId": "95lrOpHXbc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "249.66",
                                  "curCode": "NAD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "15.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "54.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "gQehU",
                                "ruleId": "D3niRsWemo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fqAWR",
                                "ruleId": "oQBdwBZaBW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vqKKE",
                                "ruleId": "X8IEckqUmo",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "LkxBC",
                                "ruleId": "hYz2LLmFfy",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wEYpN",
                                "ruleId": "7jegAC3JRJ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "325.7",
                        "curCode": "HTG",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "440.64",
                          "curCode": "BOB",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "265.27",
                          "curCode": "MRU",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "433.69",
                          "curCode": "NIO",
                          "taxable": true
                        },
                        "exchangeRate": 1.1972
                      },
                      "originalAmount": {
                        "amount": "383.94",
                        "curCode": "MOP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "176.59",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "arrivalCity": "KSO",
                              "boardingCity": "DQH",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "322.16",
                                "curCode": "CRC",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "399.83",
                            "curCode": "JMD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "436.67",
                                "curCode": "SSP",
                                "taxable": true
                              },
                              "arrivalCity": "BRW",
                              "boardingCity": "BJB",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "421.86",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "419.46",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "arrivalCity": "WEO",
                              "boardingCity": "WJJ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "280.29",
                                "curCode": "AOA",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "493.58",
                                "curCode": "PLN",
                                "taxable": false
                              },
                              "arrivalCity": "AFJ",
                              "boardingCity": "PRU",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "451.84",
                                "curCode": "QAR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "152.45",
                            "curCode": "TWD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "175.04",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "arrivalCity": "MDU",
                              "boardingCity": "POF",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "50.14",
                                "curCode": "TMT",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "135.5",
                            "curCode": "TOP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "20.62",
                              "curCode": "MYR",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "YT",
                            "taxCode": "ofJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "693"
                          }
                        ],
                        "total": {
                          "amount": "111.16",
                          "curCode": "VES",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "181.82",
                        "curCode": "SOS",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SCY",
                          "date": "2027-02-02T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UGW",
                          "date": "2027-06-06T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1917,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1474",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EQX",
                              "date": "2026-12-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JWI",
                              "date": "2026-09-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "xsa6U10x",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "3387",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "r"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "EQI",
                          "date": "2026-09-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TDT",
                          "date": "2027-08-03T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3140,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "5351",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "COH",
                              "date": "2027-07-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PZA",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VYR",
                              "date": "2027-08-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UTT",
                              "date": "2026-12-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "OqZ0sElH",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "0732",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "B"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "WWO",
                          "date": "2027-06-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "VHL",
                          "date": "2027-05-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1665,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "8186",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZJS",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GLM",
                              "date": "2027-04-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "EQM",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QSE",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "8dOfb1pr",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2937",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "U"
                      }
                    ],
                    "ticketDesignator": "TcDJ",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "70.21",
                        "feeCurrencyCode": "MOP",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "121.76",
                        "feeCurrencyCode": "MZN",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "dcPYHuSu",
                      "descriptions": [
                        {
                          "id": "GHEWpHtWjw",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "oWJbDZgpWh",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "oUUDcVhXjV",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "EvaMm",
                      "programID": 496,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "kwfQZmmw",
                      "fareBasisCode": "xZf8UzVm",
                      "fareCode": "gtP",
                      "fareDescription": "Private fare",
                      "rbd": "v",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "RC89C"
                      },
                      "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": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "351.18",
                                  "curCode": "RUB",
                                  "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "92.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "54.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "hrlJs",
                                "ruleId": "AV29Jo0ySF",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ayXnf",
                                "ruleId": "idMNI50PYR",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "79.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "484.49",
                                  "curCode": "ZWL",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "20.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "33"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "cJrXI",
                                "ruleId": "da2Z5kdTca",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "unErY",
                                "ruleId": "rv5dXjYZ46",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "GVopB",
                                "ruleId": "qeRfutIRO1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "303.22",
                                  "curCode": "XPF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "317.35",
                                  "curCode": "AZN",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "424.7",
                                  "curCode": "BHD",
                                  "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "5.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "55.9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "KYWMu",
                                "ruleId": "GBYHadZJgv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hUiLe",
                                "ruleId": "tE4uLOqTHv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "tJTeN",
                                "ruleId": "tz7OayAWfq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "OTrVE",
                                "ruleId": "Z3Yu7V3qL9",
                                "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": "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "83.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "11.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "50.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "72.98",
                                  "curCode": "XCD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "sleHX",
                                "ruleId": "hANk6WEjP7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "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."
                                  },
                                  {
                                    "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": "52.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "8.2"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "59.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "47.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "163.51",
                                  "curCode": "XAF",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "fmtRW",
                                "ruleId": "alIFUCUk08",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ITCPh",
                                "ruleId": "jniW8iRzAW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "zmndB",
                                "ruleId": "7IReKdVGrp",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "394.16",
                        "curCode": "MVR",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "63.32",
                          "curCode": "MGA",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "455.71",
                          "curCode": "ERN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "454.97",
                          "curCode": "MZN",
                          "taxable": false
                        },
                        "exchangeRate": 1.0653
                      },
                      "originalAmount": {
                        "amount": "60.51",
                        "curCode": "AFN",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "236.41",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "arrivalCity": "VHV",
                              "boardingCity": "INZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "269.39",
                                "curCode": "NAD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "248.86",
                            "curCode": "RUB",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "406.12",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "arrivalCity": "IOG",
                              "boardingCity": "NEZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "315.88",
                                "curCode": "SYP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "418.36",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "arrivalCity": "MEX",
                              "boardingCity": "TVA",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "243.21",
                                "curCode": "AOA",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "253.68",
                                "curCode": "NPR",
                                "taxable": true
                              },
                              "arrivalCity": "VAU",
                              "boardingCity": "THJ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "144.46",
                                "curCode": "BDT",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "434.44",
                            "curCode": "GMD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "82.45",
                              "curCode": "SLE",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MS",
                            "taxCode": "Hva",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "481"
                          },
                          {
                            "amount": {
                              "amount": "89.58",
                              "curCode": "XCD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "KZ",
                            "taxCode": "blL",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "620"
                          }
                        ],
                        "total": {
                          "amount": "288.65",
                          "curCode": "JMD",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "144.31",
                        "curCode": "TRY",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RAV",
                          "date": "2027-03-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "TYR",
                          "date": "2027-01-27T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2768,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "8340",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WZT",
                              "date": "2026-09-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "URW",
                              "date": "2026-10-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JUB",
                              "date": "2027-03-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SOT",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OVA",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WAV",
                              "date": "2027-06-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YFV",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PTR",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "wWFfBMYC",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5921",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "a"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "FEI",
                          "date": "2027-02-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "DBR",
                          "date": "2027-04-12T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 320,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8149",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WYJ",
                              "date": "2027-05-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IAR",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Pu4QvfqM",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "2811",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "AGO",
                          "date": "2027-01-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "FSY",
                          "date": "2026-11-23T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1074,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "0952",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FRM",
                              "date": "2026-12-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TUI",
                              "date": "2027-06-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BDX",
                              "date": "2026-12-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OFU",
                              "date": "2027-04-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TBS",
                              "date": "2026-11-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZTV",
                              "date": "2027-07-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "LmR6nY3S",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "4430",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "s"
                      }
                    ],
                    "ticketDesignator": "yff7",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "25.97",
                        "feeCurrencyCode": "AZN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "41.57",
                        "feeCurrencyCode": "ILS",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "94.59",
                      "curCode": "MMK",
                      "taxable": false
                    },
                    "arrivalCity": "IZY",
                    "boardingCity": "YOT",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "386.71",
                      "curCode": "HNL",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "225.94",
                      "curCode": "PKR",
                      "taxable": false
                    },
                    "arrivalCity": "AQA",
                    "boardingCity": "RBI",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "349.27",
                      "curCode": "MWK",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "136.5",
                      "curCode": "MKD",
                      "taxable": true
                    },
                    "arrivalCity": "XQH",
                    "boardingCity": "UTM",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "296.97",
                      "curCode": "CVE",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "233.63",
                      "curCode": "CZK",
                      "taxable": true
                    },
                    "arrivalCity": "NTR",
                    "boardingCity": "JMU",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "133.01",
                      "curCode": "ZWL",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "9810701",
                    "airline": "NH",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "MILEAGE PLUS",
                    "signInID": "6221",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Juana",
                  "surname": "Steuber"
                },
                "price": {
                  "baseAmount": {
                    "amount": "281.64",
                    "curCode": "MGA",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "67.63",
                      "curCode": "XAF",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "56.71",
                      "curCode": "NOK",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "389.79",
                      "curCode": "SEK",
                      "taxable": false
                    },
                    "exchangeRate": 0.9958
                  },
                  "originalAmount": {
                    "amount": "102.32",
                    "curCode": "ERN",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "427.8",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "arrivalCity": "GID",
                          "boardingCity": "JVV",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "355.68",
                            "curCode": "SGD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "438.07",
                            "curCode": "CUP",
                            "taxable": true
                          },
                          "arrivalCity": "PQS",
                          "boardingCity": "SHR",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "288.01",
                            "curCode": "BWP",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "254.77",
                            "curCode": "CAD",
                            "taxable": false
                          },
                          "arrivalCity": "YRM",
                          "boardingCity": "WFI",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "342.87",
                            "curCode": "MDL",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "393.68",
                        "curCode": "KES",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "238.56",
                            "curCode": "SEK",
                            "taxable": false
                          },
                          "arrivalCity": "WKL",
                          "boardingCity": "EHS",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "345.61",
                            "curCode": "AMD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "197.83",
                        "curCode": "FJD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "136.1",
                            "curCode": "HKD",
                            "taxable": true
                          },
                          "arrivalCity": "IFZ",
                          "boardingCity": "IOO",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "347.77",
                            "curCode": "IQD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "357.26",
                            "curCode": "ALL",
                            "taxable": false
                          },
                          "arrivalCity": "WTC",
                          "boardingCity": "XFE",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "357.4",
                            "curCode": "BBD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "254.96",
                            "curCode": "KZT",
                            "taxable": true
                          },
                          "arrivalCity": "AMK",
                          "boardingCity": "QRX",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "54.05",
                            "curCode": "MGA",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "198.26",
                            "curCode": "GNF",
                            "taxable": true
                          },
                          "arrivalCity": "LHX",
                          "boardingCity": "PUV",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "293.41",
                            "curCode": "ETB",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "405.96",
                        "curCode": "SLE",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "388.27",
                            "curCode": "SSP",
                            "taxable": true
                          },
                          "arrivalCity": "IHI",
                          "boardingCity": "CXJ",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "141.61",
                            "curCode": "CLP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "275.27",
                            "curCode": "TMT",
                            "taxable": true
                          },
                          "arrivalCity": "LJJ",
                          "boardingCity": "ECJ",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "169.26",
                            "curCode": "JMD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "214.72",
                            "curCode": "DOP",
                            "taxable": true
                          },
                          "arrivalCity": "XZR",
                          "boardingCity": "OOD",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "224.82",
                            "curCode": "THB",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "333.47",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "arrivalCity": "AMI",
                          "boardingCity": "TVS",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "444.03",
                            "curCode": "GMD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "328.14",
                        "curCode": "IQD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "240.34",
                            "curCode": "VND",
                            "taxable": true
                          },
                          "arrivalCity": "TFH",
                          "boardingCity": "XKU",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "458.83",
                            "curCode": "LAK",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "308.66",
                            "curCode": "MKD",
                            "taxable": true
                          },
                          "arrivalCity": "ZTU",
                          "boardingCity": "VJI",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "407.77",
                            "curCode": "SCR",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "333.95",
                        "curCode": "ZAR",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "58.74",
                          "curCode": "GBP",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "KM",
                        "taxCode": "P3C",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "865"
                      },
                      {
                        "amount": {
                          "amount": "0.39",
                          "curCode": "BIF",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "KE",
                        "taxCode": "ddp",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "652"
                      }
                    ],
                    "total": {
                      "amount": "174.74",
                      "curCode": "ZAR",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "163.03",
                    "curCode": "EGP",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "grGTprGQHt"
              }
            ],
            "type": "Air"
          },
          {
            "commission": {
              "amount": "115.83",
              "code": "BFST",
              "currencyCode": "BGN",
              "description": "Corporate rate",
              "percentage": "8.2",
              "percentageAppliedToAmount": "894.78"
            },
            "id": "BoBmYw",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.5,
                            "min": 7.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.6,
                            "min": 9.8,
                            "unit": "K"
                          },
                          {
                            "max": 15.3,
                            "min": 4.6,
                            "unit": "K"
                          },
                          {
                            "max": 28.5,
                            "min": 9.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.5,
                            "min": 3.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 11,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.8,
                            "min": 8,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.9,
                            "min": 7.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.5,
                            "min": 10,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.1,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.6,
                            "min": 6.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.8,
                            "min": 6.7,
                            "unit": "K"
                          },
                          {
                            "max": 25.5,
                            "min": 9,
                            "unit": "K"
                          },
                          {
                            "max": 17.1,
                            "min": 5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.7,
                            "min": 4.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.9,
                            "min": 0.2,
                            "unit": "K"
                          },
                          {
                            "max": 24.3,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.3,
                            "min": 9.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.7,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 14.4,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 21.9,
                            "min": 3.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.3,
                            "min": 5.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.7,
                            "min": 3.9,
                            "unit": "K"
                          },
                          {
                            "max": 14.2,
                            "min": 3.2,
                            "unit": "K"
                          },
                          {
                            "max": 27.7,
                            "min": 3.6,
                            "unit": "K"
                          },
                          {
                            "max": 22.7,
                            "min": 6.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.7,
                            "min": 8.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "ZHYjRjRU",
                      "descriptions": [
                        {
                          "id": "FZnQPwFyRk",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "JevsYXBlxC",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "HGaZxVLDYI",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "MXDDTgcHTQ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "IwnNiAejJC",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "Tklmb",
                      "programID": 693,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "SGJZWHmM",
                      "fareBasisCode": "6IoPKKoB",
                      "fareCode": "WqS",
                      "fareDescription": "Public fare",
                      "rbd": "t",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "w5rRz"
                      },
                      "penalty": {
                        "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."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "48.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "301.2",
                                  "curCode": "CAD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "445.3",
                                  "curCode": "MVR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "QAnHl",
                                "ruleId": "EbN4NobnCS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fyNgT",
                                "ruleId": "6Hvqol1EwO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "UYdcD",
                                "ruleId": "TZ44VlcNO3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "FYqaL",
                                "ruleId": "YeV3ebaJuh",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aZBzY",
                                "ruleId": "F37dSFkxGO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "41.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "109.56",
                                  "curCode": "UYU",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "hfInO",
                                "ruleId": "4nDDaZQZkE",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "oPyXz",
                                "ruleId": "O93pTp5SjH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": 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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "58.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "AIrQE",
                                "ruleId": "WlrEElL9Kz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "xOrZR",
                                "ruleId": "v6FsiWZc1w",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jUyuS",
                                "ruleId": "koJSsZNUzG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "220.85",
                                  "curCode": "MWK",
                                  "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": "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": "48.7"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "452.76",
                                  "curCode": "AZN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "278.9",
                                  "curCode": "ZMW",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "CzXcU",
                                "ruleId": "smQjoZrq5K",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vzgtL",
                                "ruleId": "Yj0ENadLza",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "EdgIY",
                                "ruleId": "qUUIpbzVUy",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HIXkN",
                                "ruleId": "GlXeMb9vpS",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aAZtS",
                                "ruleId": "smztWDeI9p",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "108.9",
                                  "curCode": "DJF",
                                  "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "90.09",
                                  "curCode": "BGN",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "141.29",
                                  "curCode": "CAD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "HzkQM",
                                "ruleId": "0LhbjDRfv7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ZhXCH",
                                "ruleId": "eAQISyXeJM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "134.69",
                        "curCode": "PGK",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "86.37",
                          "curCode": "CRC",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "400.83",
                          "curCode": "BAM",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "288.22",
                          "curCode": "KRW",
                          "taxable": false
                        },
                        "exchangeRate": 1.1283
                      },
                      "originalAmount": {
                        "amount": "369.7",
                        "curCode": "BWP",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "474.62",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "arrivalCity": "QCY",
                              "boardingCity": "JJJ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "136.74",
                                "curCode": "GTQ",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "262.6",
                                "curCode": "UYU",
                                "taxable": true
                              },
                              "arrivalCity": "SCQ",
                              "boardingCity": "JPQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "196.32",
                                "curCode": "BZD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "376.23",
                                "curCode": "LYD",
                                "taxable": true
                              },
                              "arrivalCity": "YDD",
                              "boardingCity": "HBK",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "190.96",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "189.92",
                                "curCode": "MMK",
                                "taxable": false
                              },
                              "arrivalCity": "PZB",
                              "boardingCity": "IOR",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "485.75",
                                "curCode": "KPW",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "335.37",
                                "curCode": "TOP",
                                "taxable": true
                              },
                              "arrivalCity": "ABA",
                              "boardingCity": "ITD",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "131.51",
                                "curCode": "PGK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "171.84",
                            "curCode": "BTN",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "123.13",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "arrivalCity": "QAQ",
                              "boardingCity": "KMA",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "264.45",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "192.68",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "PUF",
                              "boardingCity": "JPL",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "431.33",
                                "curCode": "DOP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "492.36",
                                "curCode": "HNL",
                                "taxable": false
                              },
                              "arrivalCity": "ASI",
                              "boardingCity": "CPZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "379.98",
                                "curCode": "USD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "219.13",
                                "curCode": "QAR",
                                "taxable": false
                              },
                              "arrivalCity": "SSR",
                              "boardingCity": "KDW",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "295.21",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "75.92",
                            "curCode": "XCD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "59.16",
                                "curCode": "IDR",
                                "taxable": true
                              },
                              "arrivalCity": "YZB",
                              "boardingCity": "DPU",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "384.47",
                                "curCode": "IQD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "485.13",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "arrivalCity": "APD",
                              "boardingCity": "YJL",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "171.98",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "271.94",
                                "curCode": "ZAR",
                                "taxable": true
                              },
                              "arrivalCity": "YUY",
                              "boardingCity": "YET",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "85.96",
                                "curCode": "KES",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "332.76",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "IQK",
                              "boardingCity": "LBN",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "352.02",
                                "curCode": "MNT",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "396.95",
                                "curCode": "SHP",
                                "taxable": false
                              },
                              "arrivalCity": "UUH",
                              "boardingCity": "DVS",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "404.48",
                                "curCode": "MOP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "178.44",
                            "curCode": "THB",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "43.13",
                              "curCode": "KPW",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GI",
                            "taxCode": "qxX",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "391"
                          },
                          {
                            "amount": {
                              "amount": "64.61",
                              "curCode": "STN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CL",
                            "taxCode": "H1d",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "315"
                          },
                          {
                            "amount": {
                              "amount": "2.88",
                              "curCode": "KES",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KH",
                            "taxCode": "0Z9",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "428"
                          },
                          {
                            "amount": {
                              "amount": "6.24",
                              "curCode": "DJF",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "AL",
                            "taxCode": "r27",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "168"
                          }
                        ],
                        "total": {
                          "amount": "351.43",
                          "curCode": "DJF",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "187.89",
                        "curCode": "BND",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "LLI",
                          "date": "2026-10-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "PVW",
                          "date": "2027-07-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4949,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9491",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QNT",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BWQ",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VJQ",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AAP",
                              "date": "2027-05-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Dqp0PCgu",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "4360",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Q"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "CEM",
                          "date": "2027-08-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "WMW",
                          "date": "2026-09-13T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2711,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0933",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CQP",
                              "date": "2027-05-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NIU",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XEA",
                              "date": "2026-12-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AIL",
                              "date": "2027-01-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "he1nJAPY",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "5165",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "o"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YUR",
                          "date": "2026-11-12T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "ACD",
                          "date": "2026-11-11T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3017,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "6374",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FPA",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SAZ",
                              "date": "2026-11-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "IoPUZ-Um",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "8517",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "z"
                      }
                    ],
                    "ticketDesignator": "5sVw",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "116.09",
                        "feeCurrencyCode": "SDG",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "99.22",
                        "feeCurrencyCode": "HTG",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "47.15",
                        "feeCurrencyCode": "QAR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "tLmOpmep",
                      "descriptions": [
                        {
                          "id": "ePZKBouUjE",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "aWLAampyXb",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "wOUcLzIYzt",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "mLkkC",
                      "programID": 134,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "gkrQggOl",
                      "fareBasisCode": "IshEk31a",
                      "fareCode": "LIC",
                      "fareDescription": "Public fare",
                      "rbd": "X",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "ZiZ79"
                      },
                      "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."
                          },
                          {
                            "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "205.4",
                                  "curCode": "SSP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "448.23",
                                  "curCode": "MUR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "93.9"
                              },
                              {
                                "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": "38.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "OpqOV",
                                "ruleId": "Ph5WmxlQ0f",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZJgyK",
                                "ruleId": "5uIps2gVvs",
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "497.11",
                                  "curCode": "MMK",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "41.5"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "76.67",
                                  "curCode": "MKD",
                                  "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "25"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "42.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "OcFEz",
                                "ruleId": "SoCccVYtSt",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QkkpA",
                                "ruleId": "q3mORCOzP6",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wZsWc",
                                "ruleId": "WLu1CyNG1t",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "Qwfhu",
                                "ruleId": "w763cBwBUF",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "137.07",
                        "curCode": "TJS",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "226.98",
                          "curCode": "BIF",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "212.54",
                          "curCode": "BSD",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "479.68",
                          "curCode": "KES",
                          "taxable": true
                        },
                        "exchangeRate": 0.8383
                      },
                      "originalAmount": {
                        "amount": "452.15",
                        "curCode": "BTN",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "151.54",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "arrivalCity": "WRL",
                              "boardingCity": "HIK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "110.39",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "232.86",
                                "curCode": "BTN",
                                "taxable": true
                              },
                              "arrivalCity": "LJY",
                              "boardingCity": "ZBT",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "393.16",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "314.66",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "arrivalCity": "QHW",
                              "boardingCity": "POG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "263.34",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "359.97",
                            "curCode": "UAH",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "325.65",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "QTE",
                              "boardingCity": "WDV",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "298.91",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "61.76",
                                "curCode": "CVE",
                                "taxable": false
                              },
                              "arrivalCity": "IGQ",
                              "boardingCity": "DRM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "53.15",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "152.45",
                                "curCode": "RSD",
                                "taxable": false
                              },
                              "arrivalCity": "HYK",
                              "boardingCity": "YEA",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "296.49",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "127.43",
                            "curCode": "INR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "453.46",
                                "curCode": "AED",
                                "taxable": false
                              },
                              "arrivalCity": "IJK",
                              "boardingCity": "NVT",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "285.66",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "320.42",
                                "curCode": "CRC",
                                "taxable": true
                              },
                              "arrivalCity": "OSF",
                              "boardingCity": "YFO",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "470.66",
                                "curCode": "MKD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "462.27",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "arrivalCity": "RHX",
                              "boardingCity": "MMZ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "361.12",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "249.9",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "arrivalCity": "UVU",
                              "boardingCity": "GPP",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "347.04",
                                "curCode": "ARS",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "412.01",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "TQX",
                              "boardingCity": "VMQ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "359.25",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "483.16",
                            "curCode": "UYU",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "356.68",
                                "curCode": "NGN",
                                "taxable": true
                              },
                              "arrivalCity": "NXR",
                              "boardingCity": "QRR",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "52.67",
                                "curCode": "TRY",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "171.45",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "arrivalCity": "OSB",
                              "boardingCity": "HEP",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "72.85",
                                "curCode": "NAD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "259.42",
                            "curCode": "AUD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "15.41",
                              "curCode": "ZWL",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "DK",
                            "taxCode": "ZyR",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "439"
                          },
                          {
                            "amount": {
                              "amount": "33.15",
                              "curCode": "BYN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TZ",
                            "taxCode": "090",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "173"
                          },
                          {
                            "amount": {
                              "amount": "0.32",
                              "curCode": "ZMW",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PT",
                            "taxCode": "qXl",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "606"
                          },
                          {
                            "amount": {
                              "amount": "46.16",
                              "curCode": "PYG",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "FI",
                            "taxCode": "l4B",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "706"
                          },
                          {
                            "amount": {
                              "amount": "22.96",
                              "curCode": "ZMW",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "TH",
                            "taxCode": "MGW",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "057"
                          }
                        ],
                        "total": {
                          "amount": "236.2",
                          "curCode": "CHF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "314.81",
                        "curCode": "ERN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SAJ",
                          "date": "2026-12-14T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "QXN",
                          "date": "2026-12-18T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 347,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "5148",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KHD",
                              "date": "2026-11-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TKD",
                              "date": "2027-01-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ANI",
                              "date": "2027-07-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GSM",
                              "date": "2027-01-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "h7uFsCnY",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4204",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "f"
                      }
                    ],
                    "ticketDesignator": "EdWn",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "108.99",
                        "feeCurrencyCode": "LRD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "81.97",
                        "feeCurrencyCode": "DJF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "186.27",
                        "feeCurrencyCode": "TRY",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "UGSxGTyV",
                      "descriptions": [
                        {
                          "id": "oZndZHoWVm",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "rMTfcPjFau",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "YwqAR",
                      "programID": 959,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "LoiaVVwT",
                      "fareBasisCode": "E3n5yh7Z",
                      "fareCode": "o9V",
                      "fareDescription": "Public fare",
                      "rbd": "L",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "A8Bei"
                      },
                      "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": false,
                        "details": [
                          {
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "361.23",
                                  "curCode": "ZWL",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "50"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "143.53",
                                  "curCode": "XCD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "57.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "492.83",
                                  "curCode": "LAK",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "jYMSu",
                                "ruleId": "CTHgw7jCam",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "241.58",
                                  "curCode": "LKR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "240.64",
                                  "curCode": "VND",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "69"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "41.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "416.67",
                                  "curCode": "TTD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VQlDr",
                                "ruleId": "gS4DiV2bKi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ZpFSa",
                                "ruleId": "a27A7PjSJQ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GhvFw",
                                "ruleId": "aM6rlzZY8Y",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FBnJy",
                                "ruleId": "gKczdM4lyh",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "rvIAt",
                                "ruleId": "gOfqT1nDvp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "83.1"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "51.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "lNpFa",
                                "ruleId": "C9W6En1Tv6",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "NSZId",
                                "ruleId": "iUSgaXpKit",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ggIrt",
                                "ruleId": "OAM9PxE12Y",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "eitxx",
                                "ruleId": "H9nYXnLwbT",
                                "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"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "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": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "243.65",
                        "curCode": "SEK",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "211.12",
                          "curCode": "ZAR",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "334.27",
                          "curCode": "IDR",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "188",
                          "curCode": "YER",
                          "taxable": true
                        },
                        "exchangeRate": 1.0907
                      },
                      "originalAmount": {
                        "amount": "499.76",
                        "curCode": "LBP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "407.01",
                                "curCode": "TMT",
                                "taxable": true
                              },
                              "arrivalCity": "GWB",
                              "boardingCity": "OBP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "339.87",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "244.25",
                                "curCode": "UGX",
                                "taxable": false
                              },
                              "arrivalCity": "JFZ",
                              "boardingCity": "RVB",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "402.77",
                                "curCode": "NPR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "247.09",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "arrivalCity": "IYV",
                              "boardingCity": "IAD",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "452.75",
                                "curCode": "GBP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "107.79",
                                "curCode": "AOA",
                                "taxable": true
                              },
                              "arrivalCity": "YVQ",
                              "boardingCity": "HSM",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "302.49",
                                "curCode": "PEN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "221.09",
                            "curCode": "ZWL",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "57.81",
                                "curCode": "TND",
                                "taxable": false
                              },
                              "arrivalCity": "UYT",
                              "boardingCity": "JSG",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "416.75",
                                "curCode": "YER",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "188.28",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "arrivalCity": "CQI",
                              "boardingCity": "XTN",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "485.3",
                                "curCode": "BMD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "357.5",
                                "curCode": "PKR",
                                "taxable": true
                              },
                              "arrivalCity": "BHS",
                              "boardingCity": "BHZ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "174.33",
                                "curCode": "ZWL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "201.38",
                            "curCode": "KES",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "408.93",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "TLL",
                              "boardingCity": "UIE",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "365.09",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "236.22",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "VLI",
                              "boardingCity": "VRR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "251.54",
                                "curCode": "BDT",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "188.25",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "arrivalCity": "XSM",
                              "boardingCity": "FIC",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "478.96",
                                "curCode": "SAR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "70.24",
                                "curCode": "DJF",
                                "taxable": false
                              },
                              "arrivalCity": "JBY",
                              "boardingCity": "PXI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "255.17",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "326.02",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "arrivalCity": "LMX",
                              "boardingCity": "CCO",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "206.31",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "337.94",
                            "curCode": "ZWL",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "84.37",
                              "curCode": "MRU",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SX",
                            "taxCode": "XYz",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "827"
                          },
                          {
                            "amount": {
                              "amount": "91.33",
                              "curCode": "XCD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "OM",
                            "taxCode": "Zem",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "947"
                          },
                          {
                            "amount": {
                              "amount": "58.38",
                              "curCode": "PAB",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "WF",
                            "taxCode": "QI0",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "863"
                          },
                          {
                            "amount": {
                              "amount": "18.2",
                              "curCode": "PEN",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "NL",
                            "taxCode": "o2j",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "455"
                          },
                          {
                            "amount": {
                              "amount": "68.71",
                              "curCode": "PYG",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "BN",
                            "taxCode": "7ed",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "021"
                          }
                        ],
                        "total": {
                          "amount": "474.09",
                          "curCode": "BHD",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "447.14",
                        "curCode": "EUR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "QFQ",
                          "date": "2026-08-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "IFJ",
                          "date": "2027-04-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1578,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5540",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CZL",
                              "date": "2027-08-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UEV",
                              "date": "2026-12-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "NLzGQ0MO",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "4931",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "S"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "QOM",
                          "date": "2027-06-17T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "OKN",
                          "date": "2026-10-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1755,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7128",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NOQ",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JBB",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PRT",
                              "date": "2026-12-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QMC",
                              "date": "2026-12-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "gQBOxhpT",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "9963",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "i"
                      }
                    ],
                    "ticketDesignator": "RIdC",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "146.53",
                        "feeCurrencyCode": "KRW",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "YArgVuKn",
                      "descriptions": [
                        {
                          "id": "SKYTlxXvOj",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "xakqnxXyFC",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "TDYcTsmyvG",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "zGlMqUTanK",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "YSboR",
                      "programID": 149,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "VfGRlhSg",
                      "fareBasisCode": "gLbZppGt",
                      "fareCode": "NSc",
                      "fareDescription": "Public fare",
                      "rbd": "X",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "LjBdP"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "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."
                                  }
                                ],
                                "percentageAmount": "29.5"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "74.18",
                                  "curCode": "YER",
                                  "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "35.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "aVsZH",
                                "ruleId": "iffi84AGI9",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "82.49",
                                  "curCode": "HUF",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "92.82",
                                  "curCode": "LKR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "149.99",
                                  "curCode": "BSD",
                                  "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "387.22",
                                  "curCode": "NAD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "vYktT",
                                "ruleId": "4yuxMddwwN",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "tvrJI",
                                "ruleId": "hpLKOXLAaa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qZFEW",
                                "ruleId": "4g5Ajh2CwG",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GHHcn",
                                "ruleId": "rkSEjNJjqV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "147.35",
                                  "curCode": "LAK",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "498.12",
                                  "curCode": "VES",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "24.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."
                                  }
                                ],
                                "percentageAmount": "40.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RwvcG",
                                "ruleId": "aAfUcGdEDU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vDUdR",
                                "ruleId": "thtQ330D7v",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "41.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "418.54",
                                  "curCode": "PLN",
                                  "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "48.5"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "99.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "18.2"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "kOZRs",
                                "ruleId": "6OLpXRRMu9",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "bWdsQ",
                                "ruleId": "Oqaf6246HH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "UthHe",
                                "ruleId": "pVfie6UJ1Q",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "HmXrA",
                                "ruleId": "Idnt8qhddF",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "64.27",
                        "curCode": "KPW",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "267.25",
                          "curCode": "ERN",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "192.78",
                          "curCode": "VND",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "63.6",
                          "curCode": "NPR",
                          "taxable": false
                        },
                        "exchangeRate": 1.1105
                      },
                      "originalAmount": {
                        "amount": "405.51",
                        "curCode": "SCR",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "326.41",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "arrivalCity": "GDY",
                              "boardingCity": "TEX",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "171.12",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "318.75",
                            "curCode": "SGD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "78.69",
                                "curCode": "NGN",
                                "taxable": true
                              },
                              "arrivalCity": "YUZ",
                              "boardingCity": "TXF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "435.55",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "405.11",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "arrivalCity": "QEN",
                              "boardingCity": "PAD",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "258.74",
                                "curCode": "MOP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "145.58",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "arrivalCity": "GWG",
                              "boardingCity": "EHL",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "99.53",
                                "curCode": "SBD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "117.78",
                                "curCode": "TND",
                                "taxable": true
                              },
                              "arrivalCity": "CQC",
                              "boardingCity": "UCS",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "263.49",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "425.61",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "arrivalCity": "IEK",
                              "boardingCity": "KVX",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "162.54",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "456.91",
                            "curCode": "GMD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "93.28",
                              "curCode": "BTN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "SS",
                            "taxCode": "5SJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "466"
                          },
                          {
                            "amount": {
                              "amount": "39.07",
                              "curCode": "NZD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GR",
                            "taxCode": "7Q8",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "915"
                          },
                          {
                            "amount": {
                              "amount": "80.27",
                              "curCode": "DKK",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TW",
                            "taxCode": "MG6",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "085"
                          }
                        ],
                        "total": {
                          "amount": "201.33",
                          "curCode": "TRY",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "322.3",
                        "curCode": "UYU",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VOH",
                          "date": "2027-02-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "DXA",
                          "date": "2027-03-11T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1961,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7772",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TVO",
                              "date": "2027-06-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OFQ",
                              "date": "2026-11-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NZP",
                              "date": "2026-10-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ILZ",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HCP",
                              "date": "2026-12-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OFA",
                              "date": "2027-08-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "46Onbw9b",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "8780",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "s"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IKG",
                          "date": "2026-10-21T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "BBD",
                          "date": "2026-09-29T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4304,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "9486",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XPD",
                              "date": "2026-12-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IZV",
                              "date": "2027-02-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "CCE",
                              "date": "2027-03-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LEO",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "CFvAj3uM",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2650",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RKK",
                          "date": "2026-09-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "XMY",
                          "date": "2026-11-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4741,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "6108",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ATE",
                              "date": "2026-09-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WAE",
                              "date": "2027-07-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Y8mkVQ8s",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "3589",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "i"
                      }
                    ],
                    "ticketDesignator": "VyqB",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "91.78",
                        "feeCurrencyCode": "KPW",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "116.3",
                        "feeCurrencyCode": "BND",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "bUDZraRE",
                      "descriptions": [
                        {
                          "id": "UZHOYbPOmX",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "YWOqY",
                      "programID": 268,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "CBRaDELz",
                      "fareBasisCode": "p0rr1ynP",
                      "fareCode": "Sci",
                      "fareDescription": "Private fare",
                      "rbd": "N",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "3iD5h"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "182.18",
                                  "curCode": "UZS",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "56.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "emHcp",
                                "ruleId": "kU0S3E8lhN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "195.57",
                                  "curCode": "PLN",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "kwULp",
                                "ruleId": "6NolcprZGI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KpTJs",
                                "ruleId": "aIp1l4yKks",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "AyYXw",
                                "ruleId": "eS9WnqXw7k",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "GRFyK",
                                "ruleId": "7G1PaXNo9K",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mPgaG",
                                "ruleId": "aSmndI0cny",
                                "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"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "99.3"
                              },
                              {
                                "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": "291.17",
                                  "curCode": "MMK",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "212.96",
                                  "curCode": "UAH",
                                  "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": "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": "45.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "CXfEw",
                                "ruleId": "0HXC2YtXaD",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "RlwSA",
                                "ruleId": "h2UznphBb5",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "45"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "443.08",
                                  "curCode": "LRD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "GSXjt",
                                "ruleId": "u0aYWhvoKv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "SdNoW",
                                "ruleId": "3clDoLw9i7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xPIRN",
                                "ruleId": "oZSmRo1BTG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "sLZVW",
                                "ruleId": "q5XqMNQeqs",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "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": "364.21",
                        "curCode": "LBP",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "315.4",
                          "curCode": "ERN",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "298.69",
                          "curCode": "GBP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "119.62",
                          "curCode": "HKD",
                          "taxable": true
                        },
                        "exchangeRate": 0.8093
                      },
                      "originalAmount": {
                        "amount": "261.55",
                        "curCode": "LYD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "66.49",
                                "curCode": "KHR",
                                "taxable": true
                              },
                              "arrivalCity": "NZL",
                              "boardingCity": "YWF",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "383.24",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "131.66",
                                "curCode": "USD",
                                "taxable": true
                              },
                              "arrivalCity": "GFH",
                              "boardingCity": "IWU",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "241.69",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "293.03",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "HRN",
                              "boardingCity": "OGB",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "396.97",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "282.51",
                                "curCode": "LRD",
                                "taxable": false
                              },
                              "arrivalCity": "KXX",
                              "boardingCity": "KKM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "97.92",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "458.98",
                            "curCode": "GMD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "494.39",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "arrivalCity": "SZA",
                              "boardingCity": "FVH",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "366.64",
                                "curCode": "SZL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "115.17",
                                "curCode": "SAR",
                                "taxable": false
                              },
                              "arrivalCity": "YTM",
                              "boardingCity": "XRC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "156.7",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "393.8",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "ZNV",
                              "boardingCity": "ICW",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "384.77",
                                "curCode": "PYG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "413.4",
                                "curCode": "BBD",
                                "taxable": true
                              },
                              "arrivalCity": "BMU",
                              "boardingCity": "ORV",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "165.04",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "248.22",
                                "curCode": "MDL",
                                "taxable": true
                              },
                              "arrivalCity": "KLJ",
                              "boardingCity": "UOL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "128",
                                "curCode": "XCD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "338.09",
                            "curCode": "SHP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "301.32",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "arrivalCity": "RLQ",
                              "boardingCity": "YTW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "60.4",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "350.12",
                                "curCode": "EUR",
                                "taxable": false
                              },
                              "arrivalCity": "HFM",
                              "boardingCity": "GCC",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "211.47",
                                "curCode": "BMD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "203.09",
                            "curCode": "BAM",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "170.42",
                                "curCode": "JPY",
                                "taxable": false
                              },
                              "arrivalCity": "PSL",
                              "boardingCity": "YNO",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "352.05",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "59.43",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "arrivalCity": "QFE",
                              "boardingCity": "ICE",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "328.62",
                                "curCode": "ISK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "300.01",
                            "curCode": "SRD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "254.91",
                                "curCode": "NPR",
                                "taxable": true
                              },
                              "arrivalCity": "CZW",
                              "boardingCity": "DGG",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "196.52",
                                "curCode": "ARS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "443.51",
                                "curCode": "UYU",
                                "taxable": true
                              },
                              "arrivalCity": "UND",
                              "boardingCity": "FZC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "124.2",
                                "curCode": "NGN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "104.51",
                                "curCode": "KGS",
                                "taxable": false
                              },
                              "arrivalCity": "KPZ",
                              "boardingCity": "CDT",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "107.97",
                                "curCode": "NOK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "372.49",
                            "curCode": "BSD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "76.59",
                              "curCode": "TZS",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CI",
                            "taxCode": "B6H",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "908"
                          },
                          {
                            "amount": {
                              "amount": "76.28",
                              "curCode": "HKD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BM",
                            "taxCode": "kIM",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "829"
                          },
                          {
                            "amount": {
                              "amount": "47.15",
                              "curCode": "KRW",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MM",
                            "taxCode": "1u8",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "775"
                          },
                          {
                            "amount": {
                              "amount": "85.76",
                              "curCode": "KMF",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CY",
                            "taxCode": "nAP",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "170"
                          },
                          {
                            "amount": {
                              "amount": "88.98",
                              "curCode": "AED",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TV",
                            "taxCode": "jvi",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "887"
                          }
                        ],
                        "total": {
                          "amount": "285.1",
                          "curCode": "JOD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "199.86",
                        "curCode": "KES",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RLT",
                          "date": "2027-03-07T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "HKN",
                          "date": "2027-08-18T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3702,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "4054",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HYB",
                              "date": "2027-01-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MAY",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "DXqUpexb",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "6086",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "u"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IAZ",
                          "date": "2027-06-05T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RAX",
                          "date": "2027-03-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 102,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1565",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZUT",
                              "date": "2027-01-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DDV",
                              "date": "2026-12-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "QFn6Lhm7",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "1768",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "T"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "KJE",
                          "date": "2026-08-30T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "BJN",
                          "date": "2026-11-11T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4133,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "5830",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ONR",
                              "date": "2027-08-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EHC",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OZA",
                              "date": "2026-09-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LLI",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "QEM",
                              "date": "2027-01-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VZR",
                              "date": "2027-02-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LTT",
                              "date": "2027-02-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TSN",
                              "date": "2027-06-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "bx8cZiGf",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "6769",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "W"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "AEV",
                          "date": "2027-08-08T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "SUD",
                          "date": "2026-11-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2201,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9697",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NLP",
                              "date": "2026-12-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FTR",
                              "date": "2026-12-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JDQ",
                              "date": "2026-08-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IJM",
                              "date": "2026-10-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "-DrKiAEG",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4634",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "v"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IHD",
                          "date": "2027-05-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "XYL",
                          "date": "2026-08-26T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2380,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7100",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "USD",
                              "date": "2026-11-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VTO",
                              "date": "2027-03-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "IUI",
                              "date": "2027-05-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZWY",
                              "date": "2026-12-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "jssI1RG2",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "7413",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Q"
                      }
                    ],
                    "ticketDesignator": "5vj8",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "67.07",
                        "feeCurrencyCode": "JMD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "232.42",
                      "curCode": "BWP",
                      "taxable": false
                    },
                    "arrivalCity": "OGN",
                    "boardingCity": "HRO",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "187.47",
                      "curCode": "PYG",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "130.01",
                      "curCode": "COP",
                      "taxable": true
                    },
                    "arrivalCity": "UCY",
                    "boardingCity": "IOL",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "452.13",
                      "curCode": "IQD",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "119.8",
                      "curCode": "BIF",
                      "taxable": false
                    },
                    "arrivalCity": "EGB",
                    "boardingCity": "AUA",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "296.3",
                      "curCode": "KMF",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "77.51",
                      "curCode": "MNT",
                      "taxable": true
                    },
                    "arrivalCity": "CSY",
                    "boardingCity": "HPF",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "145.85",
                      "curCode": "YER",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "259.71",
                      "curCode": "DOP",
                      "taxable": false
                    },
                    "arrivalCity": "IOY",
                    "boardingCity": "TOV",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "295.7",
                      "curCode": "TMT",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "2975248",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "0879",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "7777921",
                    "airline": "BA",
                    "poviderName": "50K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "6007",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "7129292",
                    "airline": "EK",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLT/SPH",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "8428",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "6120202",
                    "airline": "BA",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "7475",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "4079824",
                    "airline": "EK",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "0778",
                    "tierCode": "P1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Iva",
                  "surname": "Kertzmann-Hauck"
                },
                "price": {
                  "baseAmount": {
                    "amount": "233.81",
                    "curCode": "AUD",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "497.67",
                      "curCode": "CNY",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "401.96",
                      "curCode": "AWG",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "479.78",
                      "curCode": "FJD",
                      "taxable": false
                    },
                    "exchangeRate": 1.1361
                  },
                  "originalAmount": {
                    "amount": "92.39",
                    "curCode": "BMD",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "355.1",
                            "curCode": "SZL",
                            "taxable": true
                          },
                          "arrivalCity": "KUK",
                          "boardingCity": "IIZ",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "224.71",
                            "curCode": "TZS",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "380.76",
                            "curCode": "LKR",
                            "taxable": false
                          },
                          "arrivalCity": "YGG",
                          "boardingCity": "HYL",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "488.24",
                            "curCode": "SZL",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "219.31",
                            "curCode": "ZAR",
                            "taxable": true
                          },
                          "arrivalCity": "VAV",
                          "boardingCity": "CSD",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "62.29",
                            "curCode": "KWD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "330.65",
                        "curCode": "RUB",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "13.88",
                          "curCode": "AED",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "TK",
                        "taxCode": "bIc",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "537"
                      },
                      {
                        "amount": {
                          "amount": "87.61",
                          "curCode": "MXN",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "VE",
                        "taxCode": "70M",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "266"
                      },
                      {
                        "amount": {
                          "amount": "79.29",
                          "curCode": "SOS",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "ZW",
                        "taxCode": "4iG",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "709"
                      }
                    ],
                    "total": {
                      "amount": "427.68",
                      "curCode": "GEL",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "333.38",
                    "curCode": "LRD",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "opesXfqGYa"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.6,
                            "min": 3.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.1,
                            "min": 7.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.4,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.3,
                            "min": 9.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.1,
                            "min": 5.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21,
                            "min": 2.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.4,
                            "min": 7.5,
                            "unit": "K"
                          },
                          {
                            "max": 16.9,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.5,
                            "min": 1.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.2,
                            "min": 9.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.9,
                            "min": 8.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.4,
                            "min": 1.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.4,
                            "min": 3,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.7,
                            "min": 0.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.8,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 21.1,
                            "min": 7.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.4,
                            "min": 1.9,
                            "unit": "K"
                          },
                          {
                            "max": 13.2,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 15.8,
                            "min": 1.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.1,
                            "min": 6.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.5,
                            "min": 5.4,
                            "unit": "K"
                          },
                          {
                            "max": 24.2,
                            "min": 5.4,
                            "unit": "K"
                          },
                          {
                            "max": 15.3,
                            "min": 4.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 28.3,
                            "min": 8.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.2,
                            "min": 6.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.5,
                            "min": 2.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "cNMbkhJS",
                      "descriptions": [
                        {
                          "id": "qHwnTxHOPe",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "DVeEQLYVra",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "oiatIPpvfW",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "QzHoAoipWQ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "dQxxNpnbjn",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "WYecI",
                      "programID": 636,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "zWaGWpVk",
                      "fareBasisCode": "rmuh3Mf4",
                      "fareCode": "6Kk",
                      "fareDescription": "Private fare",
                      "rbd": "s",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "VhHPj"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "52.3"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "aQveA",
                                "ruleId": "MwDAzl2149",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "cqLyv",
                                "ruleId": "XsciMytxre",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "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": "497.57",
                        "curCode": "CLP",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "152.33",
                          "curCode": "CLP",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "199.3",
                          "curCode": "MKD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "80.96",
                          "curCode": "AUD",
                          "taxable": true
                        },
                        "exchangeRate": 1.0658
                      },
                      "originalAmount": {
                        "amount": "216.85",
                        "curCode": "SGD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "188.14",
                                "curCode": "UYU",
                                "taxable": true
                              },
                              "arrivalCity": "FQI",
                              "boardingCity": "SZX",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "329.77",
                                "curCode": "MRU",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "86.42",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "LJY",
                              "boardingCity": "VKA",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "499.91",
                                "curCode": "XPF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "447.81",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "arrivalCity": "SGQ",
                              "boardingCity": "HGT",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "286.33",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "384.83",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "arrivalCity": "JNR",
                              "boardingCity": "FNG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "193.68",
                                "curCode": "AED",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "417.12",
                            "curCode": "GBP",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "87.97",
                              "curCode": "DOP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "VU",
                            "taxCode": "gyZ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "326"
                          },
                          {
                            "amount": {
                              "amount": "38.71",
                              "curCode": "BSD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CM",
                            "taxCode": "Ple",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "787"
                          }
                        ],
                        "total": {
                          "amount": "82.31",
                          "curCode": "GNF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "83.86",
                        "curCode": "BOB",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XOM",
                          "date": "2027-01-26T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "LTP",
                          "date": "2026-11-11T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2754,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4104",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JFV",
                              "date": "2026-11-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EAZ",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "qt56STcg",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "0093",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "j"
                      }
                    ],
                    "ticketDesignator": "f4qj",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "173.7",
                        "feeCurrencyCode": "AWG",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "20.9",
                        "feeCurrencyCode": "ZMW",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "SkzVFrAT",
                      "descriptions": [
                        {
                          "id": "zcBvDHsXUV",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "ClAMXBWDgx",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "PfEZnFenAd",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "IwGoNlvbPp",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "xixIj",
                      "programID": 935,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "CLjmEGbl",
                      "fareBasisCode": "q7YUW6qN",
                      "fareCode": "RzL",
                      "fareDescription": "Public fare",
                      "rbd": "w",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Oo7qn"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "228.21",
                                  "curCode": "DZD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "60.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "3.8"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "lyEbG",
                                "ruleId": "2G8GjUVOeJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rMEeI",
                                "ruleId": "uvglEUfMQ8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "uGttk",
                                "ruleId": "320QvfTZos",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wGvdx",
                                "ruleId": "dyMteu7J7P",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "10.7"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "1.3"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "53.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YApfi",
                                "ruleId": "F8ym26t4RS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GvsCI",
                                "ruleId": "oLFJVclUZ1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "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": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "408.87",
                        "curCode": "RON",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "309.94",
                          "curCode": "IDR",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "167.77",
                          "curCode": "TOP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "477.91",
                          "curCode": "SBD",
                          "taxable": true
                        },
                        "exchangeRate": 1.0819
                      },
                      "originalAmount": {
                        "amount": "252.66",
                        "curCode": "NGN",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "257.27",
                                "curCode": "SSP",
                                "taxable": true
                              },
                              "arrivalCity": "HSZ",
                              "boardingCity": "RKL",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "401.31",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "378.81",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "arrivalCity": "TTM",
                              "boardingCity": "ABC",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "136.69",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "470.59",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "OFB",
                              "boardingCity": "CSX",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "282.2",
                                "curCode": "MRU",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "337.52",
                                "curCode": "GTQ",
                                "taxable": false
                              },
                              "arrivalCity": "QAI",
                              "boardingCity": "LDE",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "291.7",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "481.68",
                            "curCode": "VND",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "92.72",
                              "curCode": "MYR",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PR",
                            "taxCode": "CTK",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "817"
                          }
                        ],
                        "total": {
                          "amount": "334.75",
                          "curCode": "VND",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "484.99",
                        "curCode": "ERN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "GSN",
                          "date": "2027-03-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "HKD",
                          "date": "2026-09-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 515,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9962",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QRY",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "APK",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "SCQ",
                              "date": "2027-08-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AIT",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Jsgkm97z",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "6923",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "a"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "EXU",
                          "date": "2027-05-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "GBA",
                          "date": "2027-04-25T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1747,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4043",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GHH",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HGP",
                              "date": "2027-04-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "INI",
                              "date": "2026-09-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VFA",
                              "date": "2027-06-01T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NKB",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SRI",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "X718RLD0",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "8351",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "a"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SYJ",
                          "date": "2027-07-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "UOL",
                          "date": "2027-04-19T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4383,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9479",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DPG",
                              "date": "2027-06-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QUZ",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GQF",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UMQ",
                              "date": "2026-10-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "IYZ",
                              "date": "2026-12-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NYW",
                              "date": "2027-03-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "F8qiqYCy",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "5485",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "p"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EEM",
                          "date": "2026-12-13T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "VKZ",
                          "date": "2026-08-24T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2471,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "6173",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HOX",
                              "date": "2026-12-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TZG",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TOE",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XWF",
                              "date": "2027-04-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "UVF",
                              "date": "2026-11-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IKL",
                              "date": "2027-07-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "EByT2c0o",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5216",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "d"
                      }
                    ],
                    "ticketDesignator": "sAKB",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "30.98",
                        "feeCurrencyCode": "BYN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "162.48",
                        "feeCurrencyCode": "THB",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "144.82",
                        "feeCurrencyCode": "DKK",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "171.45",
                        "feeCurrencyCode": "KPW",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "GCjIDZbq",
                      "descriptions": [
                        {
                          "id": "kIzqYhKFLY",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "fMetIyjHqk",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "TCKyvowtdW",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "mHFznKTmAv",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "AmUcaFyToU",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "TiVIf",
                      "programID": 213,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "JksYcbUS",
                      "fareBasisCode": "xn7KfomO",
                      "fareCode": "SUm",
                      "fareDescription": "Private fare",
                      "rbd": "J",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "LV7b8"
                      },
                      "penalty": {
                        "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": false,
                            "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "428.39",
                                  "curCode": "NPR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "7.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "Jjxag",
                                "ruleId": "71Z8kIRbuI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fcqst",
                                "ruleId": "royCNq0FDp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "sLhAp",
                                "ruleId": "YRgFpwduwK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "IlwZH",
                                "ruleId": "TxpzofRRbo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.8"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "98.74",
                                  "curCode": "TWD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "UVBIu",
                                "ruleId": "KcFMpcenpK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OtcYX",
                                "ruleId": "ui3MrRWGXE",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CcDWq",
                                "ruleId": "7rD4jIdsuc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "npenG",
                                "ruleId": "h9yhlRhw2u",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "22"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "75.5"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "59.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "DTJsY",
                                "ruleId": "M70QYmSWae",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "98.95",
                                  "curCode": "NIO",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "xoIuJ",
                                "ruleId": "Apb6uNyLE3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mSYkn",
                                "ruleId": "CqpAkdupgH",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "lqJDd",
                                "ruleId": "bi8zd9qKdf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "snWyq",
                                "ruleId": "spfnPoReVw",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "111.28",
                                  "curCode": "DOP",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "25.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "88.65",
                                  "curCode": "KHR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "454.53",
                                  "curCode": "CNY",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "20.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "pdyZB",
                                "ruleId": "HKlapunzUF",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "oqmvq",
                                "ruleId": "Y0Xblqk4Lf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "DxYFk",
                                "ruleId": "80swbd7M0R",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wEGvt",
                                "ruleId": "ZJsR3rBp7T",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "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."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "195.63",
                        "curCode": "BWP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "359.66",
                          "curCode": "MGA",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "152.49",
                          "curCode": "USD",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "81.02",
                          "curCode": "JOD",
                          "taxable": true
                        },
                        "exchangeRate": 1.052
                      },
                      "originalAmount": {
                        "amount": "255.89",
                        "curCode": "TMT",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "298.01",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "arrivalCity": "TEJ",
                              "boardingCity": "XBD",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "339.97",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "133.12",
                                "curCode": "SDG",
                                "taxable": true
                              },
                              "arrivalCity": "SEX",
                              "boardingCity": "SFH",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "493.76",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "89.5",
                                "curCode": "BSD",
                                "taxable": false
                              },
                              "arrivalCity": "LWC",
                              "boardingCity": "JRI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "54.24",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "353.68",
                                "curCode": "GIP",
                                "taxable": false
                              },
                              "arrivalCity": "CTC",
                              "boardingCity": "ADQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "295.29",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "358.72",
                            "curCode": "PYG",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "97.29",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "arrivalCity": "TNO",
                              "boardingCity": "UHY",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "160.96",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "209.56",
                            "curCode": "HNL",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "217",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "arrivalCity": "OIC",
                              "boardingCity": "JPT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "157.69",
                                "curCode": "CHF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "81.86",
                                "curCode": "XAF",
                                "taxable": false
                              },
                              "arrivalCity": "CCC",
                              "boardingCity": "HAQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "470.65",
                                "curCode": "GMD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "185.39",
                                "curCode": "RWF",
                                "taxable": false
                              },
                              "arrivalCity": "CDO",
                              "boardingCity": "ICU",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "56.77",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "73.85",
                            "curCode": "IRR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "485.62",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "arrivalCity": "YXY",
                              "boardingCity": "EWB",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "477.88",
                                "curCode": "NOK",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "329.35",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "arrivalCity": "UYR",
                              "boardingCity": "SWT",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "132.47",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "215.42",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "arrivalCity": "YVS",
                              "boardingCity": "DFV",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "331.45",
                                "curCode": "TTD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "484.96",
                                "curCode": "GIP",
                                "taxable": true
                              },
                              "arrivalCity": "CAF",
                              "boardingCity": "ORN",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "64.54",
                                "curCode": "MMK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "453.84",
                            "curCode": "KZT",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "62.33",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "arrivalCity": "SFQ",
                              "boardingCity": "DPC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "313.97",
                                "curCode": "STN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "179.34",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "WSQ",
                              "boardingCity": "IIB",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "388.32",
                                "curCode": "PKR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "313.59",
                            "curCode": "NPR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "68.3",
                              "curCode": "XPF",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KG",
                            "taxCode": "WQx",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "841"
                          },
                          {
                            "amount": {
                              "amount": "86.92",
                              "curCode": "XPF",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CO",
                            "taxCode": "XwV",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "615"
                          }
                        ],
                        "total": {
                          "amount": "247.3",
                          "curCode": "CLP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "56.39",
                        "curCode": "LRD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZRO",
                          "date": "2027-01-01T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "TKI",
                          "date": "2026-11-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2833,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0685",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UHJ",
                              "date": "2027-02-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AVP",
                              "date": "2026-11-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KAH",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TRB",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MBQ",
                              "date": "2026-12-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CQM",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JUT",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MTQ",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "RSJ",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LWV",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "BBDnJwKQ",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "3821",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "N"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "KNM",
                          "date": "2027-04-19T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "TYL",
                          "date": "2027-07-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2905,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "3245",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KVB",
                              "date": "2027-05-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PJH",
                              "date": "2027-07-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PKD",
                              "date": "2027-03-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PNQ",
                              "date": "2027-02-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "TYI",
                              "date": "2027-07-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PDQ",
                              "date": "2027-07-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "6r2MLjKg",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "8970",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "U"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PVZ",
                          "date": "2027-04-11T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UDS",
                          "date": "2026-09-25T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1207,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "1524",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YTO",
                              "date": "2027-05-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RMF",
                              "date": "2026-08-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NUM",
                              "date": "2026-10-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MCZ",
                              "date": "2027-07-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AZA",
                              "date": "2026-11-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GZQ",
                              "date": "2026-11-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MQR",
                              "date": "2027-06-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HZM",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RGL",
                              "date": "2027-03-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PXP",
                              "date": "2027-07-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "UnudzPb8",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1544",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "W"
                      }
                    ],
                    "ticketDesignator": "dVYr",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "172.82",
                        "feeCurrencyCode": "HKD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "49.42",
                        "feeCurrencyCode": "MUR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "85.06",
                        "feeCurrencyCode": "GNF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "190.5",
                        "feeCurrencyCode": "SEK",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "146.73",
                      "curCode": "AZN",
                      "taxable": true
                    },
                    "arrivalCity": "NZD",
                    "boardingCity": "EWY",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "280.56",
                      "curCode": "JPY",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "490.88",
                      "curCode": "RUB",
                      "taxable": false
                    },
                    "arrivalCity": "FOP",
                    "boardingCity": "IBM",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "86.96",
                      "curCode": "JOD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "197.59",
                      "curCode": "KMF",
                      "taxable": true
                    },
                    "arrivalCity": "XVO",
                    "boardingCity": "OYP",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "377.46",
                      "curCode": "TND",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "415.8",
                      "curCode": "MRU",
                      "taxable": true
                    },
                    "arrivalCity": "DGC",
                    "boardingCity": "LQW",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "319.48",
                      "curCode": "SAR",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "7186477",
                    "airline": "AF",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "7632",
                    "tierCode": "P2",
                    "tierName": "Elite",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "1548897",
                    "airline": "AA",
                    "poviderName": "100K",
                    "programCode": "PREMIER",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "8533",
                    "tierCode": "S1",
                    "tierName": "Silver",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "6761270",
                    "airline": "LH",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "0898",
                    "tierCode": "E1",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "3970786",
                    "airline": "LH",
                    "poviderName": "100K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "1598",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "3607276",
                    "airline": "BA",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "5641",
                    "tierCode": "P2",
                    "tierName": "Gold",
                    "tierPriority": "GOLD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Jade",
                  "surname": "Hauck"
                },
                "price": {
                  "baseAmount": {
                    "amount": "158.65",
                    "curCode": "MYR",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "346.84",
                      "curCode": "XAF",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "469.16",
                      "curCode": "PGK",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "466.93",
                      "curCode": "KRW",
                      "taxable": true
                    },
                    "exchangeRate": 1.0914
                  },
                  "originalAmount": {
                    "amount": "242.22",
                    "curCode": "BGN",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "95.11",
                            "curCode": "NIO",
                            "taxable": false
                          },
                          "arrivalCity": "BNM",
                          "boardingCity": "MTS",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "217.69",
                            "curCode": "FKP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "382.53",
                            "curCode": "NIO",
                            "taxable": false
                          },
                          "arrivalCity": "PXJ",
                          "boardingCity": "EDF",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "208.64",
                            "curCode": "IDR",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "360.17",
                            "curCode": "SOS",
                            "taxable": false
                          },
                          "arrivalCity": "HGB",
                          "boardingCity": "NWS",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "457.04",
                            "curCode": "IQD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "477.38",
                            "curCode": "NIO",
                            "taxable": true
                          },
                          "arrivalCity": "FUR",
                          "boardingCity": "IKU",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "315.83",
                            "curCode": "ETB",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "297.8",
                            "curCode": "KRW",
                            "taxable": true
                          },
                          "arrivalCity": "NBD",
                          "boardingCity": "YOW",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "486.27",
                            "curCode": "SYP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "173.17",
                        "curCode": "CNY",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "349.45",
                            "curCode": "SBD",
                            "taxable": true
                          },
                          "arrivalCity": "FLN",
                          "boardingCity": "LBT",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "145.71",
                            "curCode": "SEK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "352.25",
                            "curCode": "COP",
                            "taxable": false
                          },
                          "arrivalCity": "IUZ",
                          "boardingCity": "DCN",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "445.16",
                            "curCode": "BZD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "255.3",
                        "curCode": "MXN",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "251.57",
                            "curCode": "XAF",
                            "taxable": false
                          },
                          "arrivalCity": "RLU",
                          "boardingCity": "WVX",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "237.13",
                            "curCode": "TRY",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "316.28",
                            "curCode": "SCR",
                            "taxable": true
                          },
                          "arrivalCity": "ESS",
                          "boardingCity": "BAP",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "339.77",
                            "curCode": "INR",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "360.68",
                            "curCode": "XCD",
                            "taxable": false
                          },
                          "arrivalCity": "GTV",
                          "boardingCity": "UDL",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "373.92",
                            "curCode": "MXN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "151.64",
                            "curCode": "BAM",
                            "taxable": true
                          },
                          "arrivalCity": "UBU",
                          "boardingCity": "OVB",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "385.75",
                            "curCode": "DKK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "214.05",
                            "curCode": "BYN",
                            "taxable": false
                          },
                          "arrivalCity": "BPD",
                          "boardingCity": "PGU",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "435.71",
                            "curCode": "BGN",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "266.69",
                        "curCode": "AED",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "174.57",
                            "curCode": "UAH",
                            "taxable": false
                          },
                          "arrivalCity": "DVW",
                          "boardingCity": "LBV",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "444.61",
                            "curCode": "CVE",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "270.14",
                        "curCode": "SYP",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "466.28",
                            "curCode": "ALL",
                            "taxable": false
                          },
                          "arrivalCity": "EXX",
                          "boardingCity": "SRH",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "480.16",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "372.83",
                        "curCode": "SLE",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "13.2",
                          "curCode": "BND",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "BL",
                        "taxCode": "bVj",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "276"
                      },
                      {
                        "amount": {
                          "amount": "10.62",
                          "curCode": "RSD",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "PA",
                        "taxCode": "G5O",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "597"
                      },
                      {
                        "amount": {
                          "amount": "53.8",
                          "curCode": "MVR",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "US",
                        "taxCode": "0X1",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "519"
                      },
                      {
                        "amount": {
                          "amount": "37.88",
                          "curCode": "GTQ",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "SK",
                        "taxCode": "hd0",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "673"
                      },
                      {
                        "amount": {
                          "amount": "45.1",
                          "curCode": "HTG",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "BB",
                        "taxCode": "utr",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "162"
                      }
                    ],
                    "total": {
                      "amount": "398.79",
                      "curCode": "HTG",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "181.94",
                    "curCode": "MVR",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "eTNFffjIVF"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.3,
                            "min": 5,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.2,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 13.5,
                            "min": 2.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.5,
                            "min": 0.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.8,
                            "min": 5.1,
                            "unit": "K"
                          },
                          {
                            "max": 26.7,
                            "min": 8.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.8,
                            "min": 7.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.1,
                            "min": 4.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.3,
                            "min": 0.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.8,
                            "min": 8.7,
                            "unit": "K"
                          },
                          {
                            "max": 26.8,
                            "min": 6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.1,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 20.1,
                            "min": 9.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.2,
                            "min": 4,
                            "unit": "K"
                          },
                          {
                            "max": 25.3,
                            "min": 0,
                            "unit": "K"
                          },
                          {
                            "max": 22,
                            "min": 8.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.7,
                            "min": 1.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26.3,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 21,
                            "min": 6.9,
                            "unit": "K"
                          },
                          {
                            "max": 17.9,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 27.7,
                            "min": 9.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22,
                            "min": 3.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24,
                            "min": 5.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.5,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 18,
                            "min": 5.6,
                            "unit": "K"
                          },
                          {
                            "max": 20.9,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.9,
                            "min": 1.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24,
                            "min": 7.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26,
                            "min": 1.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.9,
                            "min": 1,
                            "unit": "K"
                          },
                          {
                            "max": 14.6,
                            "min": 9.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.4,
                            "min": 9.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 19,
                            "min": 7.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.2,
                            "min": 6.5,
                            "unit": "K"
                          },
                          {
                            "max": 16.5,
                            "min": 5.4,
                            "unit": "K"
                          },
                          {
                            "max": 10.4,
                            "min": 2.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.8,
                            "min": 1.8,
                            "unit": "K"
                          },
                          {
                            "max": 20.5,
                            "min": 8.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.6,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 14.7,
                            "min": 1.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.4,
                            "min": 2,
                            "unit": "K"
                          },
                          {
                            "max": 17.9,
                            "min": 0.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22,
                            "min": 0.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.4,
                            "min": 0.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.5,
                            "min": 0.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.4,
                            "min": 0.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.7,
                            "min": 6.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11,
                            "min": 0.9,
                            "unit": "K"
                          },
                          {
                            "max": 14.4,
                            "min": 6.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "VeuUmiiA",
                      "descriptions": [
                        {
                          "id": "rXdBTQtWxy",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "umhwlKzxNi",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "GxCHx",
                      "programID": 171,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "HZTFvmwi",
                      "fareBasisCode": "xgXmlhjJ",
                      "fareCode": "AYK",
                      "fareDescription": "Private fare",
                      "rbd": "h",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "2hBUg"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "431.49",
                                  "curCode": "SZL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "pXnkC",
                                "ruleId": "4pNl8UGrEz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "bConH",
                                "ruleId": "EDrZLMl1oa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "IOccx",
                                "ruleId": "iTBYDxSE0O",
                                "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": 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."
                                  }
                                ],
                                "percentageAmount": "62.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "129.8",
                                  "curCode": "HTG",
                                  "taxable": false
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "328.71",
                                  "curCode": "HNL",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "95"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "FNLCO",
                                "ruleId": "k1U4vLOwdf",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jQpVM",
                                "ruleId": "1wIqsPBFbO",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rzjzx",
                                "ruleId": "jq4pzHPkMI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "99.05",
                                  "curCode": "ANG",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YHQUP",
                                "ruleId": "m3btoGx0jL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "yPbpX",
                                "ruleId": "Fj19VAukqj",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mRgBf",
                                "ruleId": "WtSqYaTMwX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XOsPs",
                                "ruleId": "5ZT4EOB5M8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "333.44",
                        "curCode": "GMD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "97.6",
                          "curCode": "MXN",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "423.46",
                          "curCode": "EUR",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "441.62",
                          "curCode": "XPF",
                          "taxable": false
                        },
                        "exchangeRate": 0.833
                      },
                      "originalAmount": {
                        "amount": "357.75",
                        "curCode": "PAB",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "209.24",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "arrivalCity": "TNR",
                              "boardingCity": "ULZ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "361.62",
                                "curCode": "SHP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "258.71",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "arrivalCity": "MOQ",
                              "boardingCity": "ANW",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "405.09",
                                "curCode": "LRD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "300.17",
                                "curCode": "MRU",
                                "taxable": false
                              },
                              "arrivalCity": "TOW",
                              "boardingCity": "CHN",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "204.81",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "420.09",
                            "curCode": "XOF",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "409.63",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "arrivalCity": "VYE",
                              "boardingCity": "UGE",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "499.91",
                                "curCode": "KES",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "336.02",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "arrivalCity": "WKV",
                              "boardingCity": "EIB",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "246.81",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "406.85",
                                "curCode": "XAF",
                                "taxable": true
                              },
                              "arrivalCity": "KHO",
                              "boardingCity": "BSO",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "75.91",
                                "curCode": "NAD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "117.65",
                            "curCode": "QAR",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "158.08",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "arrivalCity": "NXU",
                              "boardingCity": "LKN",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "211.88",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "497.27",
                                "curCode": "NZD",
                                "taxable": false
                              },
                              "arrivalCity": "QAA",
                              "boardingCity": "DYA",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "323.98",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "56.95",
                                "curCode": "GEL",
                                "taxable": false
                              },
                              "arrivalCity": "JGW",
                              "boardingCity": "LOW",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "174.22",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "479.7",
                            "curCode": "NOK",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "93.46",
                              "curCode": "BBD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "SD",
                            "taxCode": "ylm",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "955"
                          },
                          {
                            "amount": {
                              "amount": "78.98",
                              "curCode": "CZK",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "DJ",
                            "taxCode": "LJB",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "379"
                          },
                          {
                            "amount": {
                              "amount": "62.35",
                              "curCode": "MOP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "AI",
                            "taxCode": "gRb",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "408"
                          }
                        ],
                        "total": {
                          "amount": "417.9",
                          "curCode": "NZD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "125.02",
                        "curCode": "XPF",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YNT",
                          "date": "2026-08-31T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "MFH",
                          "date": "2027-06-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3597,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "4722",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CWF",
                              "date": "2026-11-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OAN",
                              "date": "2027-04-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WAT",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CAC",
                              "date": "2027-08-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HZU",
                              "date": "2027-01-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SRJ",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "yYLn1f2J",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "6409",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "W"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "TPU",
                          "date": "2027-04-09T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "YZQ",
                          "date": "2026-10-08T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4400,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1328",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "LVV",
                              "date": "2027-06-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IXN",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LAO",
                              "date": "2027-04-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SBF",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "he6qwpUT",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "9416",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "t"
                      }
                    ],
                    "ticketDesignator": "cP4w",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "175.15",
                        "feeCurrencyCode": "IQD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "432.14",
                      "curCode": "TJS",
                      "taxable": true
                    },
                    "arrivalCity": "RKY",
                    "boardingCity": "LRB",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "302.36",
                      "curCode": "JPY",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "348.28",
                      "curCode": "BBD",
                      "taxable": false
                    },
                    "arrivalCity": "OXF",
                    "boardingCity": "RIE",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "394.14",
                      "curCode": "TWD",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1218832",
                    "airline": "AF",
                    "poviderName": "30K",
                    "programCode": "PLATINUM",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "0931",
                    "tierCode": "S1",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "6664088",
                    "airline": "BA",
                    "poviderName": "PartnerMiles",
                    "programCode": "GOLD",
                    "programName": "MILES & MORE",
                    "signInID": "2659",
                    "tierCode": "G1",
                    "tierName": "Executive",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Sidney",
                  "surname": "Breitenberg"
                },
                "price": {
                  "baseAmount": {
                    "amount": "322.07",
                    "curCode": "STN",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "338.85",
                      "curCode": "VND",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "232.41",
                      "curCode": "INR",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "121.11",
                      "curCode": "BBD",
                      "taxable": true
                    },
                    "exchangeRate": 0.9565
                  },
                  "originalAmount": {
                    "amount": "318.82",
                    "curCode": "BND",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "103.28",
                            "curCode": "TMT",
                            "taxable": false
                          },
                          "arrivalCity": "WRN",
                          "boardingCity": "OVE",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "272.97",
                            "curCode": "BZD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "227.36",
                        "curCode": "THB",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "35.31",
                          "curCode": "JPY",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "PG",
                        "taxCode": "yKm",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "479"
                      },
                      {
                        "amount": {
                          "amount": "9.43",
                          "curCode": "DOP",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "AX",
                        "taxCode": "zdm",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "409"
                      },
                      {
                        "amount": {
                          "amount": "29.09",
                          "curCode": "SLE",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "LV",
                        "taxCode": "f2y",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "061"
                      },
                      {
                        "amount": {
                          "amount": "61.99",
                          "curCode": "GTQ",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "RW",
                        "taxCode": "bPZ",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "243"
                      },
                      {
                        "amount": {
                          "amount": "97.5",
                          "curCode": "KZT",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TK",
                        "taxCode": "HtM",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "334"
                      }
                    ],
                    "total": {
                      "amount": "404",
                      "curCode": "KGS",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "273.04",
                    "curCode": "LRD",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "JtjlWJbTcL"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.7,
                            "min": 5.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.4,
                            "min": 6.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.2,
                            "min": 2.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.9,
                            "min": 8.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.1,
                            "min": 0.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.4,
                            "min": 6,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.2,
                            "min": 6,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.2,
                            "min": 8.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.8,
                            "min": 1.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.9,
                            "min": 0.6,
                            "unit": "K"
                          },
                          {
                            "max": 17.2,
                            "min": 4.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.2,
                            "min": 3.5,
                            "unit": "K"
                          },
                          {
                            "max": 21.3,
                            "min": 9.7,
                            "unit": "K"
                          },
                          {
                            "max": 12.9,
                            "min": 1.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.6,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 29.9,
                            "min": 8.9,
                            "unit": "K"
                          },
                          {
                            "max": 21.7,
                            "min": 9.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.8,
                            "min": 0.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 23,
                            "min": 3.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 29,
                            "min": 4.2,
                            "unit": "K"
                          },
                          {
                            "max": 28.9,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 14,
                            "min": 2.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "jpdQSzKh",
                      "descriptions": [
                        {
                          "id": "oAnxIbRRZk",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "sUFOQhPDkU",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "MEVxhWPsRV",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "tfTIWLoamg",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "bJhxk",
                      "programID": 209,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "GuoSvFwi",
                      "fareBasisCode": "mlnLjoDU",
                      "fareCode": "Fip",
                      "fareDescription": "Public fare",
                      "rbd": "r",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "nkcuU"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "19.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "133.07",
                                  "curCode": "PLN",
                                  "taxable": false
                                }
                              },
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "79.3"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "94"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "118.83",
                                  "curCode": "MWK",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "Paayu",
                                "ruleId": "CYX6PvcCWA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LRcMM",
                                "ruleId": "HGX3XjPws5",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QlsOa",
                                "ruleId": "8tplFZxItM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "IuUfk",
                                "ruleId": "dgX96ACis9",
                                "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": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "161.95",
                                  "curCode": "ILS",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "0.9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "Gssqs",
                                "ruleId": "pmGQ39C9jL",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "436.88",
                                  "curCode": "CLP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "RFZSD",
                                "ruleId": "RCharwEN4t",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": 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": "56.07",
                                  "curCode": "SGD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "246.87",
                                  "curCode": "LYD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "287.91",
                                  "curCode": "NAD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "vGjji",
                                "ruleId": "SnGUoxu6eH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QNRNp",
                                "ruleId": "6kNTbNDih2",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "BDzXW",
                                "ruleId": "b9RMVuiZZq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "nLKlB",
                                "ruleId": "XNEuEbaiEv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "492",
                        "curCode": "AOA",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "115.68",
                          "curCode": "ZWL",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "342.63",
                          "curCode": "EGP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "59.91",
                          "curCode": "BGN",
                          "taxable": false
                        },
                        "exchangeRate": 1.1678
                      },
                      "originalAmount": {
                        "amount": "86.38",
                        "curCode": "TTD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "377.54",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "arrivalCity": "WOB",
                              "boardingCity": "VKZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "474.78",
                                "curCode": "TZS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "470.07",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "arrivalCity": "VEF",
                              "boardingCity": "MTZ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "293.59",
                                "curCode": "HUF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "317.08",
                            "curCode": "BSD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "361",
                                "curCode": "MGA",
                                "taxable": true
                              },
                              "arrivalCity": "ZCI",
                              "boardingCity": "FGR",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "174.55",
                                "curCode": "AOA",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "64.51",
                            "curCode": "EGP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "36.14",
                              "curCode": "BGN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "IN",
                            "taxCode": "M9Q",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "415"
                          },
                          {
                            "amount": {
                              "amount": "38.42",
                              "curCode": "CHF",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "AZ",
                            "taxCode": "l1Y",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "707"
                          }
                        ],
                        "total": {
                          "amount": "124.31",
                          "curCode": "AWG",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "180.07",
                        "curCode": "SLE",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "MUY",
                          "date": "2026-08-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "ZWX",
                          "date": "2026-10-09T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2814,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3895",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FSC",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BIM",
                              "date": "2027-06-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HWC",
                              "date": "2027-03-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TYX",
                              "date": "2027-03-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GVR",
                              "date": "2027-05-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DYG",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "9YxkGEob",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "2479",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "F"
                      }
                    ],
                    "ticketDesignator": "Enyt",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "26.37",
                        "feeCurrencyCode": "GNF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "86.22",
                        "feeCurrencyCode": "SZL",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "dUrNqFYq",
                      "descriptions": [
                        {
                          "id": "uBFZCdwZbN",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "MCKElZyLCu",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "WefukjffYn",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "fWSycFZIga",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "YPsFZ",
                      "programID": 457,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "CfNLoaaF",
                      "fareBasisCode": "SWDEedW9",
                      "fareCode": "Fnn",
                      "fareDescription": "Private fare",
                      "rbd": "S",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "u8YMS"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "73.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "41.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "qJeQX",
                                "ruleId": "TF4saxuEUX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": 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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "52.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "151.23",
                                  "curCode": "BGN",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "9.7"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "36.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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "268.49",
                                  "curCode": "MUR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "AyLOw",
                                "ruleId": "G8JjhUnlXu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KMbdi",
                                "ruleId": "vcakPzodHI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WITeU",
                                "ruleId": "5MSWC8kz99",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HZvFQ",
                                "ruleId": "anOEpf5N1m",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "96.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "98"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "373.91",
                                  "curCode": "KWD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "WsqDy",
                                "ruleId": "9U21muKZD9",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "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": "389.27",
                        "curCode": "AFN",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "159.21",
                          "curCode": "OMR",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "63.91",
                          "curCode": "QAR",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "63.91",
                          "curCode": "OMR",
                          "taxable": true
                        },
                        "exchangeRate": 1.1013
                      },
                      "originalAmount": {
                        "amount": "234.74",
                        "curCode": "CZK",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "298.01",
                                "curCode": "BHD",
                                "taxable": true
                              },
                              "arrivalCity": "STB",
                              "boardingCity": "HSY",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "422.68",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "202.96",
                                "curCode": "MZN",
                                "taxable": true
                              },
                              "arrivalCity": "WPA",
                              "boardingCity": "TJA",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "177.59",
                                "curCode": "ARS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "418.03",
                            "curCode": "SAR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "477.07",
                                "curCode": "BDT",
                                "taxable": false
                              },
                              "arrivalCity": "SOJ",
                              "boardingCity": "IYJ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "146.58",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "160.33",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "arrivalCity": "AMJ",
                              "boardingCity": "IDP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "132.18",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "186.24",
                            "curCode": "BOB",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "414.83",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "SHX",
                              "boardingCity": "WVZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "57.28",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "487.91",
                                "curCode": "PAB",
                                "taxable": false
                              },
                              "arrivalCity": "QPD",
                              "boardingCity": "AQY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "290.84",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "396.95",
                                "curCode": "CVE",
                                "taxable": false
                              },
                              "arrivalCity": "ERL",
                              "boardingCity": "MIQ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "424.56",
                                "curCode": "RUB",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "423.38",
                                "curCode": "KPW",
                                "taxable": true
                              },
                              "arrivalCity": "EOM",
                              "boardingCity": "QVB",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "280.79",
                                "curCode": "ANG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "106.59",
                            "curCode": "KPW",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "35.52",
                              "curCode": "ZWL",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BJ",
                            "taxCode": "5hT",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "412"
                          },
                          {
                            "amount": {
                              "amount": "4.77",
                              "curCode": "OMR",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CI",
                            "taxCode": "OfN",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "569"
                          },
                          {
                            "amount": {
                              "amount": "17.73",
                              "curCode": "TND",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "UG",
                            "taxCode": "oGE",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "739"
                          }
                        ],
                        "total": {
                          "amount": "220.6",
                          "curCode": "ZAR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "476.05",
                        "curCode": "TTD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "WHF",
                          "date": "2027-01-28T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "WDF",
                          "date": "2027-03-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1164,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "3618",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DWG",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VXZ",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PAS",
                              "date": "2027-02-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OUP",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "DWC",
                              "date": "2027-07-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CJP",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BLH",
                              "date": "2026-12-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WJI",
                              "date": "2027-06-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "dZgwwY2-",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "7983",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "a"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "UKB",
                          "date": "2027-06-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "PRF",
                          "date": "2027-05-17T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4114,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "0452",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GQJ",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AZI",
                              "date": "2027-05-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YKL",
                              "date": "2027-06-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VJR",
                              "date": "2027-05-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "81gJ5Kkv",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "2147",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "w"
                      }
                    ],
                    "ticketDesignator": "G7ha",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "58.35",
                        "feeCurrencyCode": "ILS",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "49.33",
                        "feeCurrencyCode": "KZT",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "APaXRvpm",
                      "descriptions": [
                        {
                          "id": "mpOSZHlKjd",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "abnehjPNeB",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "ObbzprBiUn",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "slFCYXEtsG",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "SpJUA",
                      "programID": 172,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "NVYtRxDI",
                      "fareBasisCode": "r4CvHibc",
                      "fareCode": "ksR",
                      "fareDescription": "Private fare",
                      "rbd": "a",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "iQYTg"
                      },
                      "penalty": {
                        "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": 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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "82.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "33.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "424.8",
                                  "curCode": "CDF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "265.25",
                                  "curCode": "HUF",
                                  "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "78.78",
                                  "curCode": "IRR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "qFZFN",
                                "ruleId": "HJSyKTHdRE",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "fkHFc",
                                "ruleId": "O6vdEKeKzK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "VXpCV",
                                "ruleId": "BQEepWA2w3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "TTwpw",
                                "ruleId": "pEZOv0teH6",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "xnggs",
                                "ruleId": "imcFsXsIFP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "442.67",
                                  "curCode": "IQD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "39.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "20.2"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "376.05",
                                  "curCode": "BGN",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "258.27",
                                  "curCode": "INR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "dnqTV",
                                "ruleId": "f8cruH44MY",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "IRWZJ",
                                "ruleId": "DY2ZNXaffK",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SWJIK",
                                "ruleId": "TsnOVg44p3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "145.88",
                                  "curCode": "LBP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "Uxupj",
                                "ruleId": "kz5qKXSXSM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "57.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "196.2",
                                  "curCode": "SLE",
                                  "taxable": false
                                }
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "81"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "qHVKg",
                                "ruleId": "E6uO2xYf2o",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MtbFS",
                                "ruleId": "DOyrGJbl9G",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "xKRZq",
                                "ruleId": "vromEjYbyU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "UdtJu",
                                "ruleId": "BZM6PpNwJs",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "PHZuh",
                                "ruleId": "P0yhOffPd7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "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": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "210.83",
                        "curCode": "RUB",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "337.53",
                          "curCode": "MVR",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "153.94",
                          "curCode": "MGA",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "121.73",
                          "curCode": "MWK",
                          "taxable": false
                        },
                        "exchangeRate": 0.8514
                      },
                      "originalAmount": {
                        "amount": "251.11",
                        "curCode": "PKR",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "376.39",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "arrivalCity": "MGF",
                              "boardingCity": "WSU",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "117.87",
                                "curCode": "XOF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "50.02",
                                "curCode": "LRD",
                                "taxable": true
                              },
                              "arrivalCity": "AIC",
                              "boardingCity": "DSC",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "110.64",
                                "curCode": "MZN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "322.61",
                            "curCode": "GTQ",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "130.74",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "arrivalCity": "AOU",
                              "boardingCity": "ASX",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "283.26",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "293.13",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "arrivalCity": "SSF",
                              "boardingCity": "UCJ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "85.81",
                                "curCode": "BND",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "301.42",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "arrivalCity": "RPZ",
                              "boardingCity": "XEY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "356.83",
                                "curCode": "KMF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "140.65",
                                "curCode": "MOP",
                                "taxable": false
                              },
                              "arrivalCity": "ITW",
                              "boardingCity": "OWX",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "122.6",
                                "curCode": "UGX",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "194.69",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "arrivalCity": "PJF",
                              "boardingCity": "BFU",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "491.05",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "435.79",
                            "curCode": "BSD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "210.31",
                                "curCode": "STN",
                                "taxable": false
                              },
                              "arrivalCity": "LCM",
                              "boardingCity": "BLZ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "72.02",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "374.02",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "arrivalCity": "FCB",
                              "boardingCity": "JMT",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "463.83",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "197.74",
                                "curCode": "RSD",
                                "taxable": false
                              },
                              "arrivalCity": "IUI",
                              "boardingCity": "BSB",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "371.04",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "350.76",
                            "curCode": "EGP",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "89.3",
                              "curCode": "NGN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TN",
                            "taxCode": "GUu",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "212"
                          },
                          {
                            "amount": {
                              "amount": "26.97",
                              "curCode": "ISK",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KZ",
                            "taxCode": "KJG",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "671"
                          }
                        ],
                        "total": {
                          "amount": "233.76",
                          "curCode": "XCD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "295.7",
                        "curCode": "HTG",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SKP",
                          "date": "2026-10-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "URN",
                          "date": "2027-04-09T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3848,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "6661",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WJR",
                              "date": "2026-12-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NAR",
                              "date": "2027-01-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OLU",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HZM",
                              "date": "2026-11-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HHA",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AKE",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YAF",
                              "date": "2027-07-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JTM",
                              "date": "2027-03-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "BCXYG39A",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "4062",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "o"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RGJ",
                          "date": "2026-11-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "VDV",
                          "date": "2026-10-21T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2074,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "8406",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HWH",
                              "date": "2027-06-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QFK",
                              "date": "2027-07-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KUS",
                              "date": "2027-08-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JHC",
                              "date": "2026-11-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LFQ",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TUL",
                              "date": "2027-05-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VPV",
                              "date": "2026-10-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UHF",
                              "date": "2027-05-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "KHCzqu4x",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "2773",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "z"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ZWY",
                          "date": "2027-08-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TNH",
                          "date": "2027-01-10T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1510,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "6603",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ILI",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KGO",
                              "date": "2027-01-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QDQ",
                              "date": "2027-07-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZIT",
                              "date": "2027-04-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MST",
                              "date": "2027-04-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ODJ",
                              "date": "2027-07-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Jf22oSAv",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "3637",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "U"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YPY",
                          "date": "2027-03-25T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "VQN",
                          "date": "2027-08-07T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 570,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5673",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RTG",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PTW",
                              "date": "2027-02-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "EKU",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QYA",
                              "date": "2027-07-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LPX",
                              "date": "2026-12-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NRY",
                              "date": "2027-06-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZOX",
                              "date": "2027-08-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XMC",
                              "date": "2027-04-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GNX",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PMR",
                              "date": "2027-02-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "QEz7JwJs",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "8487",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "B"
                      }
                    ],
                    "ticketDesignator": "6YJV",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "149.83",
                        "feeCurrencyCode": "NPR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "No Show",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "150.89",
                        "feeCurrencyCode": "SHP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "194.88",
                        "feeCurrencyCode": "SDG",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "xRlaYZla",
                      "descriptions": [
                        {
                          "id": "dQELgLCNUs",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "HSvnGaYaBG",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "JzHRSzIugq",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "NDGtaLgepZ",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "eQCYn",
                      "programID": 343,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "iAnMPtBm",
                      "fareBasisCode": "PL7u8oho",
                      "fareCode": "IJe",
                      "fareDescription": "Public fare",
                      "rbd": "Y",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "m0v18"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "400.65",
                                  "curCode": "XAF",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "46.6"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "462.62",
                                  "curCode": "LBP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "nWstt",
                                "ruleId": "LQP6cSn432",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MLbhG",
                                "ruleId": "Vx4pOzBBOI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "YZvoE",
                                "ruleId": "uCDUMPbf1J",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "RoSpF",
                                "ruleId": "zIkim6b83m",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": 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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "405.89",
                        "curCode": "EGP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "174.21",
                          "curCode": "SZL",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "100.76",
                          "curCode": "CLP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "390.22",
                          "curCode": "CVE",
                          "taxable": false
                        },
                        "exchangeRate": 1.0313
                      },
                      "originalAmount": {
                        "amount": "53.53",
                        "curCode": "KMF",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "88.51",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "arrivalCity": "DVI",
                              "boardingCity": "QRO",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "301.65",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "452.1",
                            "curCode": "PEN",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "126.8",
                                "curCode": "TOP",
                                "taxable": true
                              },
                              "arrivalCity": "NMR",
                              "boardingCity": "UMO",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "290.15",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "488.73",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "arrivalCity": "ZAY",
                              "boardingCity": "BOS",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "188.63",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "176.68",
                                "curCode": "MMK",
                                "taxable": true
                              },
                              "arrivalCity": "ELK",
                              "boardingCity": "ANR",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "430.14",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "354.9",
                            "curCode": "GEL",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "350.37",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "arrivalCity": "PSR",
                              "boardingCity": "SKU",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "347.36",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "485.91",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "arrivalCity": "BVH",
                              "boardingCity": "BOV",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "207.13",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "173.26",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "arrivalCity": "HVP",
                              "boardingCity": "ZKU",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "290.37",
                                "curCode": "JOD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "186.42",
                                "curCode": "JPY",
                                "taxable": false
                              },
                              "arrivalCity": "DBS",
                              "boardingCity": "NKB",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "65.41",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "174.27",
                            "curCode": "KPW",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "91.67",
                              "curCode": "MGA",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "RW",
                            "taxCode": "m0F",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "647"
                          }
                        ],
                        "total": {
                          "amount": "117.52",
                          "curCode": "KPW",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "297.62",
                        "curCode": "HNL",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SWG",
                          "date": "2026-11-01T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "JMY",
                          "date": "2027-07-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2623,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9365",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YAO",
                              "date": "2026-10-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CRE",
                              "date": "2027-06-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VQQ",
                              "date": "2027-07-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TWF",
                              "date": "2027-07-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "MCF",
                              "date": "2026-12-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MGX",
                              "date": "2027-08-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GMK",
                              "date": "2026-12-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CYT",
                              "date": "2027-01-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "q-5joLhZ",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "9486",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "L"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "HCN",
                          "date": "2026-11-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "CNO",
                          "date": "2027-07-09T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2473,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "1766",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FKH",
                              "date": "2027-06-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LIB",
                              "date": "2026-12-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GIR",
                              "date": "2026-09-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HHS",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FJV",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DQZ",
                              "date": "2026-12-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NPI",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HIT",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "mLuNpb6R",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "9185",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "y"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JRO",
                          "date": "2027-07-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ITH",
                          "date": "2026-11-13T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3904,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "6180",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KVM",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CTE",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VPJ",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FFY",
                              "date": "2026-12-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BDW",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MRQ",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NYA",
                              "date": "2027-05-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CXL",
                              "date": "2027-01-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HNN",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NUX",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "97-UXIuI",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "0932",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "I"
                      }
                    ],
                    "ticketDesignator": "5XoX",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "173.24",
                        "feeCurrencyCode": "MWK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "126.53",
                        "feeCurrencyCode": "SYP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "97.32",
                        "feeCurrencyCode": "DZD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "269.03",
                      "curCode": "SSP",
                      "taxable": true
                    },
                    "arrivalCity": "EFT",
                    "boardingCity": "YNZ",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "459.94",
                      "curCode": "MKD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "350.68",
                      "curCode": "IDR",
                      "taxable": false
                    },
                    "arrivalCity": "RLC",
                    "boardingCity": "UBZ",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "288.31",
                      "curCode": "PLN",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1374155",
                    "airline": "BA",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "SKYMILES GOLD",
                    "signInID": "3316",
                    "tierCode": "P2",
                    "tierName": "Silver",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "2280463",
                    "airline": "AF",
                    "poviderName": "100K",
                    "programCode": "PLT/SPH",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "7148",
                    "tierCode": "P1",
                    "tierName": "Silver",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "1121666",
                    "airline": "JL",
                    "poviderName": "PartnerMiles",
                    "programCode": "GOLD",
                    "programName": "MILEAGE PLUS",
                    "signInID": "2796",
                    "tierCode": "E1",
                    "tierName": "Executive",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "2578613",
                    "airline": "EK",
                    "poviderName": "100K",
                    "programCode": "PLATINUM",
                    "programName": "MILES & MORE",
                    "signInID": "2724",
                    "tierCode": "E1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Emory",
                  "surname": "Langworth"
                },
                "price": {
                  "baseAmount": {
                    "amount": "140.19",
                    "curCode": "BYN",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "245.38",
                      "curCode": "BIF",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "76.4",
                      "curCode": "SAR",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "81.81",
                      "curCode": "LRD",
                      "taxable": false
                    },
                    "exchangeRate": 1.1488
                  },
                  "originalAmount": {
                    "amount": "454.21",
                    "curCode": "MGA",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "271.67",
                            "curCode": "UGX",
                            "taxable": false
                          },
                          "arrivalCity": "EBW",
                          "boardingCity": "NUD",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "381.91",
                            "curCode": "BND",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "461.71",
                            "curCode": "MAD",
                            "taxable": true
                          },
                          "arrivalCity": "EZG",
                          "boardingCity": "XDC",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "164.66",
                            "curCode": "AED",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "241.11",
                            "curCode": "CHF",
                            "taxable": false
                          },
                          "arrivalCity": "HVX",
                          "boardingCity": "BMN",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "491.51",
                            "curCode": "DOP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "318.78",
                            "curCode": "SDG",
                            "taxable": true
                          },
                          "arrivalCity": "OIN",
                          "boardingCity": "ZIP",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "289.86",
                            "curCode": "BND",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "241.47",
                        "curCode": "CUP",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "42.31",
                          "curCode": "ZAR",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "KN",
                        "taxCode": "Bsc",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "551"
                      },
                      {
                        "amount": {
                          "amount": "17.84",
                          "curCode": "ZWL",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "LB",
                        "taxCode": "ru5",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "498"
                      }
                    ],
                    "total": {
                      "amount": "55.91",
                      "curCode": "WST",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "346.09",
                    "curCode": "YER",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "hvICOmrRNw"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.4,
                            "min": 2.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 22.9,
                            "min": 1.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.3,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.2,
                            "min": 1.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.1,
                            "min": 3.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.8,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 17.5,
                            "min": 5.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.2,
                            "min": 3.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.7,
                            "min": 7.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13,
                            "min": 3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.9,
                            "min": 0.6,
                            "unit": "K"
                          },
                          {
                            "max": 16.9,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 23.3,
                            "min": 6.5,
                            "unit": "K"
                          },
                          {
                            "max": 10.9,
                            "min": 2.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.2,
                            "min": 5.1,
                            "unit": "K"
                          },
                          {
                            "max": 14.8,
                            "min": 8.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.1,
                            "min": 2.5,
                            "unit": "K"
                          },
                          {
                            "max": 25.5,
                            "min": 0.8,
                            "unit": "K"
                          },
                          {
                            "max": 26.2,
                            "min": 3.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.2,
                            "min": 1.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.5,
                            "min": 10,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.2,
                            "min": 7,
                            "unit": "K"
                          },
                          {
                            "max": 25.1,
                            "min": 9.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.5,
                            "min": 3.6,
                            "unit": "K"
                          },
                          {
                            "max": 23.9,
                            "min": 7.8,
                            "unit": "K"
                          },
                          {
                            "max": 15.4,
                            "min": 1.7,
                            "unit": "K"
                          },
                          {
                            "max": 19.5,
                            "min": 6.2,
                            "unit": "K"
                          },
                          {
                            "max": 12.6,
                            "min": 5.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "uAMXkGpm",
                      "descriptions": [
                        {
                          "id": "IWIQWCTSnj",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "ebYcj",
                      "programID": 354,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "lTtsCGGK",
                      "fareBasisCode": "odmhRybp",
                      "fareCode": "Gqv",
                      "fareDescription": "Public fare",
                      "rbd": "b",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "LCSdu"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "281.49",
                                  "curCode": "GIP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "ovxHe",
                                "ruleId": "FytrMPxrPe",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "495.55",
                        "curCode": "CRC",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "193.62",
                          "curCode": "SYP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "457.63",
                          "curCode": "SEK",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "436.26",
                          "curCode": "MZN",
                          "taxable": true
                        },
                        "exchangeRate": 1.0754
                      },
                      "originalAmount": {
                        "amount": "64.43",
                        "curCode": "PKR",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "68.27",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "arrivalCity": "FMA",
                              "boardingCity": "VDP",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "464.02",
                                "curCode": "NAD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "450.86",
                            "curCode": "SBD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "498.27",
                                "curCode": "ZWL",
                                "taxable": false
                              },
                              "arrivalCity": "VUD",
                              "boardingCity": "QHE",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "80.26",
                                "curCode": "GEL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "483.94",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "arrivalCity": "NEU",
                              "boardingCity": "AOW",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "70.86",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "234.08",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "arrivalCity": "LIF",
                              "boardingCity": "NXG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "265.05",
                                "curCode": "BND",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "390.59",
                                "curCode": "DKK",
                                "taxable": true
                              },
                              "arrivalCity": "SID",
                              "boardingCity": "NNU",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "302.05",
                                "curCode": "NIO",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "341.91",
                            "curCode": "AFN",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "8.53",
                              "curCode": "PEN",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PR",
                            "taxCode": "66q",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "702"
                          },
                          {
                            "amount": {
                              "amount": "42.28",
                              "curCode": "BZD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "US",
                            "taxCode": "gqF",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "757"
                          },
                          {
                            "amount": {
                              "amount": "95.47",
                              "curCode": "PGK",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "NC",
                            "taxCode": "5Ik",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "495"
                          },
                          {
                            "amount": {
                              "amount": "31.26",
                              "curCode": "KES",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "LC",
                            "taxCode": "SVJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "831"
                          },
                          {
                            "amount": {
                              "amount": "2.15",
                              "curCode": "ETB",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "VU",
                            "taxCode": "p6X",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "457"
                          }
                        ],
                        "total": {
                          "amount": "211.69",
                          "curCode": "KGS",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "399.59",
                        "curCode": "TMT",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PLL",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EYY",
                          "date": "2027-03-23T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3474,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4232",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UPU",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NIO",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VAJ",
                              "date": "2027-01-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KPJ",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AYL",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XKM",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "PmjvGZ2P",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "8268",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "g"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ELX",
                          "date": "2027-05-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "FOP",
                          "date": "2027-04-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3992,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "5355",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DTI",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ELC",
                              "date": "2027-03-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "IKT",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NTM",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "vcqm_Edm",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "5301",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "S"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TYN",
                          "date": "2026-09-11T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "EEO",
                          "date": "2026-10-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2498,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "4432",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XGE",
                              "date": "2027-03-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JJM",
                              "date": "2027-01-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ENZ",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YBF",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "WVl7-Odh",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "0471",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XWN",
                          "date": "2027-08-12T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ZVH",
                          "date": "2026-09-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2132,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7539",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WKX",
                              "date": "2026-12-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZZB",
                              "date": "2027-07-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "IWV",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SHQ",
                              "date": "2027-08-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "MSg9O193",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "5460",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "q"
                      }
                    ],
                    "ticketDesignator": "Dtfz",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "36.91",
                        "feeCurrencyCode": "QAR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "52.55",
                        "feeCurrencyCode": "BRL",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "173.34",
                        "feeCurrencyCode": "UYU",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "99.61",
                        "feeCurrencyCode": "DOP",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "47.14",
                        "feeCurrencyCode": "ARS",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "263.62",
                      "curCode": "MVR",
                      "taxable": true
                    },
                    "arrivalCity": "YEF",
                    "boardingCity": "ZHT",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "298.34",
                      "curCode": "RWF",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "423.43",
                      "curCode": "HKD",
                      "taxable": true
                    },
                    "arrivalCity": "EGI",
                    "boardingCity": "MUN",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "449.51",
                      "curCode": "AZN",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "261.5",
                      "curCode": "SHP",
                      "taxable": true
                    },
                    "arrivalCity": "RNV",
                    "boardingCity": "OJV",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "102.04",
                      "curCode": "THB",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "410.02",
                      "curCode": "RSD",
                      "taxable": true
                    },
                    "arrivalCity": "VIN",
                    "boardingCity": "FXT",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "377.71",
                      "curCode": "IQD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "5412676",
                    "airline": "DL",
                    "poviderName": "30K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "9048",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "5299568",
                    "airline": "EK",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "MILEAGE PLUS",
                    "signInID": "7176",
                    "tierCode": "E1",
                    "tierName": "Elite",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "2155617",
                    "airline": "AA",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "4687",
                    "tierCode": "E1",
                    "tierName": "Elite",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "6753474",
                    "airline": "AF",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "MILEAGE PLUS",
                    "signInID": "1703",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "5317156",
                    "airline": "SQ",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "9492",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Ramon",
                  "surname": "Lowe"
                },
                "price": {
                  "baseAmount": {
                    "amount": "338.09",
                    "curCode": "NAD",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "492.47",
                      "curCode": "MYR",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "418.85",
                      "curCode": "KRW",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "285.67",
                      "curCode": "CRC",
                      "taxable": false
                    },
                    "exchangeRate": 1.1439
                  },
                  "originalAmount": {
                    "amount": "253.51",
                    "curCode": "TZS",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "442.44",
                            "curCode": "XOF",
                            "taxable": false
                          },
                          "arrivalCity": "UWQ",
                          "boardingCity": "TPG",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "152.95",
                            "curCode": "XPF",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "309.47",
                        "curCode": "ARS",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "65.97",
                          "curCode": "MNT",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "RU",
                        "taxCode": "oyq",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "115"
                      }
                    ],
                    "total": {
                      "amount": "396.11",
                      "curCode": "KMF",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "484.17",
                    "curCode": "JOD",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "mpOsFPzGDE"
              }
            ],
            "type": "Air"
          },
          {
            "id": "xNgQev",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "317.86",
                "curCode": "WST",
                "taxable": false
              },
              "discount": {
                "description": "DSC_CONTINOUS_PRICING",
                "discountAmount": {
                  "amount": "210.37",
                  "curCode": "MGA",
                  "taxable": true
                },
                "preDiscountedAmount": {
                  "amount": "291.82",
                  "curCode": "NPR",
                  "taxable": false
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "338.2",
                  "curCode": "SZL",
                  "taxable": true
                },
                "exchangeRate": 0.88
              },
              "originalAmount": {
                "amount": "258.13",
                "curCode": "XPF",
                "taxable": true
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "483.87",
                        "curCode": "NPR",
                        "taxable": true
                      },
                      "arrivalCity": "APL",
                      "boardingCity": "DQS",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "170.35",
                        "curCode": "SZL",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "333.67",
                        "curCode": "IQD",
                        "taxable": true
                      },
                      "arrivalCity": "EKT",
                      "boardingCity": "FBI",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "247.17",
                        "curCode": "NOK",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "481.7",
                        "curCode": "OMR",
                        "taxable": true
                      },
                      "arrivalCity": "EXL",
                      "boardingCity": "MMV",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "77.65",
                        "curCode": "BDT",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "408.91",
                        "curCode": "JOD",
                        "taxable": true
                      },
                      "arrivalCity": "SWR",
                      "boardingCity": "FSV",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "147.01",
                        "curCode": "TMT",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "397.28",
                        "curCode": "MWK",
                        "taxable": true
                      },
                      "arrivalCity": "MUW",
                      "boardingCity": "CSL",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "306.81",
                        "curCode": "HKD",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "222.82",
                    "curCode": "CHF",
                    "taxable": true
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "327.54",
                        "curCode": "AOA",
                        "taxable": true
                      },
                      "arrivalCity": "DPB",
                      "boardingCity": "PID",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "230.57",
                        "curCode": "AFN",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "363.4",
                        "curCode": "BRL",
                        "taxable": true
                      },
                      "arrivalCity": "SCP",
                      "boardingCity": "PDW",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "248.99",
                        "curCode": "ZMW",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "472.75",
                        "curCode": "LAK",
                        "taxable": false
                      },
                      "arrivalCity": "QHK",
                      "boardingCity": "DJJ",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "186.42",
                        "curCode": "JMD",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "437.07",
                        "curCode": "XCD",
                        "taxable": false
                      },
                      "arrivalCity": "KWX",
                      "boardingCity": "IQR",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "332.58",
                        "curCode": "IQD",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "304.14",
                        "curCode": "TMT",
                        "taxable": false
                      },
                      "arrivalCity": "QKR",
                      "boardingCity": "ZHN",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "489.9",
                        "curCode": "UAH",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "406.98",
                    "curCode": "BGN",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "384.53",
                        "curCode": "LYD",
                        "taxable": true
                      },
                      "arrivalCity": "OII",
                      "boardingCity": "MEF",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "218.29",
                        "curCode": "TND",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "381.02",
                        "curCode": "TZS",
                        "taxable": true
                      },
                      "arrivalCity": "HAQ",
                      "boardingCity": "UBZ",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "324.04",
                        "curCode": "ISK",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "93.34",
                        "curCode": "KZT",
                        "taxable": true
                      },
                      "arrivalCity": "PKZ",
                      "boardingCity": "VYJ",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "74.68",
                        "curCode": "MUR",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "473.04",
                        "curCode": "AUD",
                        "taxable": true
                      },
                      "arrivalCity": "SUF",
                      "boardingCity": "GGN",
                      "description": "U.S Customs User Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "313.05",
                        "curCode": "BND",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "483.05",
                    "curCode": "AMD",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "401.68",
                        "curCode": "AZN",
                        "taxable": false
                      },
                      "arrivalCity": "GQF",
                      "boardingCity": "VUR",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "421.03",
                        "curCode": "NOK",
                        "taxable": true
                      },
                      "nature": "SEASONAL",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "488.66",
                    "curCode": "AMD",
                    "taxable": false
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "89.86",
                      "curCode": "ALL",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "AS",
                    "taxCode": "WXO",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "292"
                  },
                  {
                    "amount": {
                      "amount": "7.94",
                      "curCode": "SOS",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "NF",
                    "taxCode": "xTW",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "605"
                  }
                ],
                "total": {
                  "amount": "257.12",
                  "curCode": "NIO",
                  "taxable": false
                }
              },
              "totalAmount": {
                "amount": "153.82",
                "curCode": "VUV",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S1",
              "S2"
            ],
            "serviceDefinition": {
              "airlineCode": "AA",
              "baggage": {
                "applicableBagText": "CHECKED BAG",
                "applicablePartyText": "Party",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 14.2,
                        "min": 9,
                        "unit": "K"
                      },
                      {
                        "max": 12.1,
                        "min": 7.1,
                        "unit": "LBS"
                      },
                      {
                        "max": 15.3,
                        "min": 0.9,
                        "unit": "K"
                      },
                      {
                        "max": 10.2,
                        "min": 1.4,
                        "unit": "K"
                      },
                      {
                        "max": 10.4,
                        "min": 0.6,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 2
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 22.8,
                        "min": 9.6,
                        "unit": "K"
                      },
                      {
                        "max": 15.1,
                        "min": 4.5,
                        "unit": "K"
                      },
                      {
                        "max": 18.9,
                        "min": 1,
                        "unit": "K"
                      },
                      {
                        "max": 11.3,
                        "min": 8.3,
                        "unit": "LBS"
                      },
                      {
                        "max": 29.1,
                        "min": 8.2,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 1
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 3,
                "type": "CarryOnBag"
              },
              "commercialName": "EXTRA BAGGAGE",
              "groupCode": "Is",
              "reasonForIssuance": "In-Flight Services",
              "serviceCode": "E4X"
            },
            "type": "Air"
          },
          {
            "commission": {
              "amount": "103.99",
              "code": "COMM1",
              "currencyCode": "KWD",
              "description": "Corporate rate",
              "percentage": "7.38",
              "percentageAppliedToAmount": "220.77"
            },
            "id": "GQx_Lm",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.8,
                            "min": 4.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.5,
                            "min": 2.4,
                            "unit": "K"
                          },
                          {
                            "max": 20.8,
                            "min": 7.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 23,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 17.6,
                            "min": 8.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.7,
                            "min": 3.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.9,
                            "min": 2.9,
                            "unit": "K"
                          },
                          {
                            "max": 13.7,
                            "min": 3.7,
                            "unit": "K"
                          },
                          {
                            "max": 17.9,
                            "min": 2.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.9,
                            "min": 2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.7,
                            "min": 3.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15,
                            "min": 0,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.8,
                            "min": 4.4,
                            "unit": "K"
                          },
                          {
                            "max": 13.4,
                            "min": 5.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.3,
                            "min": 0.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.9,
                            "min": 3,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.2,
                            "min": 9.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.8,
                            "min": 9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.3,
                            "min": 8.6,
                            "unit": "K"
                          },
                          {
                            "max": 25.1,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 11.6,
                            "min": 8,
                            "unit": "K"
                          },
                          {
                            "max": 21.8,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.1,
                            "min": 6.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16,
                            "min": 9.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.7,
                            "min": 7.7,
                            "unit": "K"
                          },
                          {
                            "max": 28,
                            "min": 8.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 20,
                            "min": 1.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.1,
                            "min": 6.2,
                            "unit": "K"
                          },
                          {
                            "max": 29.1,
                            "min": 7.4,
                            "unit": "K"
                          },
                          {
                            "max": 17,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.3,
                            "min": 6.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.7,
                            "min": 0.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.9,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.5,
                            "min": 4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.2,
                            "min": 9.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.2,
                            "min": 7.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.6,
                            "min": 1.1,
                            "unit": "K"
                          },
                          {
                            "max": 28.5,
                            "min": 1.5,
                            "unit": "K"
                          },
                          {
                            "max": 14.6,
                            "min": 3.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.8,
                            "min": 8.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 24,
                            "min": 3.9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "ItTaXVFC",
                      "descriptions": [
                        {
                          "id": "sYqHfCfFDp",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "fZDGlvyaMW",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "cLLallxWWR",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "IDShIXitUm",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "JEZFD",
                      "programID": 784,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "TDaIVhbH",
                      "fareBasisCode": "LMGRtCnK",
                      "fareCode": "fO6",
                      "fareDescription": "Public fare",
                      "rbd": "z",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "jH5N7"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "222.87",
                                  "curCode": "ILS",
                                  "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": 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": "77.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "dHXxw",
                                "ruleId": "0ihDWi06h9",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wpXSj",
                                "ruleId": "m4prbbDrEW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "fOcGD",
                                "ruleId": "hQeYs8vtOm",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "PBugc",
                                "ruleId": "FVltY5H5y5",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "65"
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "238.19",
                                  "curCode": "PHP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "knWJi",
                                "ruleId": "ghYxzUSdhR",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Xnlpo",
                                "ruleId": "jjLkAXqPl3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "gDdYV",
                                "ruleId": "rRDZy2943P",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vAKeQ",
                                "ruleId": "CNjbIgBnNr",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "42.7"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "76.8"
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "3.9"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "130.58",
                                  "curCode": "MMK",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "63.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "hITHG",
                                "ruleId": "VMm3FOzStg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "TIQbo",
                                "ruleId": "c1aWxoIcnJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WIzVt",
                                "ruleId": "Fe0QrFG1Oz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jXAhm",
                                "ruleId": "HfsWc6MZtL",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "1.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "70.78",
                                  "curCode": "KWD",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "95.2"
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "273.57",
                                  "curCode": "IRR",
                                  "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "44"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VKSWz",
                                "ruleId": "zDUr5i5NzP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "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": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "124.56",
                        "curCode": "MDL",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "318.34",
                          "curCode": "SSP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "396.21",
                          "curCode": "AWG",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "242.54",
                          "curCode": "MGA",
                          "taxable": false
                        },
                        "exchangeRate": 0.9221
                      },
                      "originalAmount": {
                        "amount": "94.22",
                        "curCode": "AUD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "66.85",
                                "curCode": "BZD",
                                "taxable": false
                              },
                              "arrivalCity": "UXD",
                              "boardingCity": "BKY",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "250.97",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "401.59",
                                "curCode": "TZS",
                                "taxable": false
                              },
                              "arrivalCity": "XHQ",
                              "boardingCity": "QGD",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "218.24",
                                "curCode": "XCD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "161.47",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "YLS",
                              "boardingCity": "WSB",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "309.51",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "311.88",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "arrivalCity": "DYB",
                              "boardingCity": "MIR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "199.31",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "312.59",
                            "curCode": "ZAR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "276.82",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "arrivalCity": "EKV",
                              "boardingCity": "DED",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "172.23",
                                "curCode": "KYD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "133.68",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "arrivalCity": "SDI",
                              "boardingCity": "BMK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "328.53",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "52.45",
                            "curCode": "USD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "5.55",
                              "curCode": "PYG",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BO",
                            "taxCode": "PQk",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "823"
                          },
                          {
                            "amount": {
                              "amount": "67.51",
                              "curCode": "SCR",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "NR",
                            "taxCode": "FwE",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "665"
                          }
                        ],
                        "total": {
                          "amount": "271.37",
                          "curCode": "TND",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "367.61",
                        "curCode": "FKP",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PPV",
                          "date": "2027-07-17T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "ZOP",
                          "date": "2026-10-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4797,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "2970",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FEW",
                              "date": "2027-05-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QSS",
                              "date": "2027-08-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WMZ",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UZT",
                              "date": "2027-02-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QWV",
                              "date": "2027-02-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OTP",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "5NH0JG35",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "6469",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "l"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NEL",
                          "date": "2026-11-19T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "QJL",
                          "date": "2027-04-06T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2550,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "1386",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JWX",
                              "date": "2026-12-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PBN",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "AUG",
                              "date": "2026-12-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NQU",
                              "date": "2026-09-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QNB",
                              "date": "2027-03-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AXU",
                              "date": "2027-07-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TZB",
                              "date": "2027-08-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VSS",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "BSN",
                              "date": "2026-12-31T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GRS",
                              "date": "2027-05-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "cqephy0X",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "9852",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "k"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VWW",
                          "date": "2027-07-07T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "QTJ",
                          "date": "2027-02-05T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2511,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "4283",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DCA",
                              "date": "2026-10-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SNM",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OGE",
                              "date": "2026-12-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AFY",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "JNV",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OCJ",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WXT",
                              "date": "2026-12-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EST",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZGU",
                              "date": "2027-05-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QUK",
                              "date": "2026-12-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "nSnFAlgS",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "3439",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "v"
                      }
                    ],
                    "ticketDesignator": "QrdU",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "117.21",
                        "feeCurrencyCode": "NOK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "187.91",
                        "feeCurrencyCode": "KZT",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "155.79",
                        "feeCurrencyCode": "NZD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "155.84",
                        "feeCurrencyCode": "MYR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "SDtKDfXF",
                      "descriptions": [
                        {
                          "id": "zPVtMvDqBn",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "VBEaiZGSCZ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "hMNcaNYOMB",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "bUPfP",
                      "programID": 655,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "NCZDuKCT",
                      "fareBasisCode": "pYBX3cEw",
                      "fareCode": "lmB",
                      "fareDescription": "Public fare",
                      "rbd": "E",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "khepi"
                      },
                      "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": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "303.85",
                                  "curCode": "HTG",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "452.15",
                                  "curCode": "EGP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "15.1"
                              },
                              {
                                "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": "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": "55.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "iXXRR",
                                "ruleId": "EeW1LMih4C",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "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": "333.29",
                        "curCode": "MKD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "298.98",
                          "curCode": "BBD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "297.1",
                          "curCode": "PHP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "450.8",
                          "curCode": "VUV",
                          "taxable": false
                        },
                        "exchangeRate": 0.828
                      },
                      "originalAmount": {
                        "amount": "260.97",
                        "curCode": "GIP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "84.33",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "arrivalCity": "IKA",
                              "boardingCity": "ZNI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "421.82",
                                "curCode": "BMD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "187.35",
                                "curCode": "WST",
                                "taxable": false
                              },
                              "arrivalCity": "WBT",
                              "boardingCity": "BPY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "443.41",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "117.64",
                                "curCode": "MYR",
                                "taxable": true
                              },
                              "arrivalCity": "SGN",
                              "boardingCity": "SOR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "391.34",
                                "curCode": "ILS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "306.83",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "arrivalCity": "IMS",
                              "boardingCity": "JVI",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "380.03",
                                "curCode": "FKP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "446.15",
                            "curCode": "GMD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "353.82",
                                "curCode": "WST",
                                "taxable": true
                              },
                              "arrivalCity": "PBA",
                              "boardingCity": "SEZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "324.56",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "470.75",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "arrivalCity": "YDY",
                              "boardingCity": "FVC",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "116.41",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "481.02",
                                "curCode": "ARS",
                                "taxable": true
                              },
                              "arrivalCity": "KFD",
                              "boardingCity": "JUM",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "285.4",
                                "curCode": "AOA",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "290.16",
                            "curCode": "KZT",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "64.62",
                                "curCode": "BTN",
                                "taxable": false
                              },
                              "arrivalCity": "VQH",
                              "boardingCity": "TWY",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "399.26",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "286.18",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "TBM",
                              "boardingCity": "MUU",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "452.85",
                                "curCode": "AUD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "339.18",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "arrivalCity": "SPN",
                              "boardingCity": "PYC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "218.86",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "361.43",
                            "curCode": "NGN",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "13.92",
                              "curCode": "BIF",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PR",
                            "taxCode": "RAT",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "237"
                          }
                        ],
                        "total": {
                          "amount": "160.89",
                          "curCode": "QAR",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "305.78",
                        "curCode": "GNF",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "AEP",
                          "date": "2026-12-06T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "NMW",
                          "date": "2027-01-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4412,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "8101",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DDP",
                              "date": "2026-12-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QWJ",
                              "date": "2027-04-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CBH",
                              "date": "2026-11-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UDH",
                              "date": "2027-03-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NIY",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WZJ",
                              "date": "2026-12-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QZQ",
                              "date": "2027-08-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DRK",
                              "date": "2027-06-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OHW",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BSB",
                              "date": "2027-03-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "yGp_frai",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "4277",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "L"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "LUU",
                          "date": "2027-06-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ALU",
                          "date": "2026-12-15T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4084,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "2196",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "WAV",
                              "date": "2026-11-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RQV",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ITQ",
                              "date": "2027-01-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DLN",
                              "date": "2026-10-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "yDiAxz6W",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "1185",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "X"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "UFY",
                          "date": "2026-10-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "CWL",
                          "date": "2027-01-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3296,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1786",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PPH",
                              "date": "2027-08-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BDY",
                              "date": "2026-10-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FUK",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EQB",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "IOA",
                              "date": "2026-11-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HNZ",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MDP",
                              "date": "2026-10-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IRP",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "n-Sv1p1P",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "5226",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "u"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "UNO",
                          "date": "2027-01-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "KMR",
                          "date": "2027-03-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3533,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0845",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ABM",
                              "date": "2026-12-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UAX",
                              "date": "2027-01-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "IRC",
                              "date": "2027-05-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EHE",
                              "date": "2027-06-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EON",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DAH",
                              "date": "2026-09-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "IVH",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FXV",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "yNCLtkoS",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "6897",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "x"
                      }
                    ],
                    "ticketDesignator": "F32e",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "122.64",
                        "feeCurrencyCode": "HKD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "107.61",
                        "feeCurrencyCode": "EGP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "80.47",
                        "feeCurrencyCode": "CDF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "oGKinduo",
                      "descriptions": [
                        {
                          "id": "EfEWZauNwR",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "ZimsL",
                      "programID": 529,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "Jxuodovf",
                      "fareBasisCode": "gDRogUSU",
                      "fareCode": "zlK",
                      "fareDescription": "Public fare",
                      "rbd": "t",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Djk7U"
                      },
                      "penalty": {
                        "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": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "356.22",
                                  "curCode": "TWD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "333.77",
                                  "curCode": "MRU",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "498.27",
                                  "curCode": "MDL",
                                  "taxable": false
                                }
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "331.96",
                                  "curCode": "BMD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "jRvcn",
                                "ruleId": "nkdJ268JV1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ilNjE",
                                "ruleId": "Kwj1YizbFi",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "liIcm",
                                "ruleId": "DSCurkIYY2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "471.19",
                                  "curCode": "BZD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "95.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "39"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "13.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "169.54",
                                  "curCode": "BWP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "rSaCl",
                                "ruleId": "d1kqQrF0yU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FfIWO",
                                "ruleId": "rGnDYcUKC2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mdQrv",
                                "ruleId": "AZqFuvx3ah",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "70.69",
                                  "curCode": "NZD",
                                  "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "24.3"
                              },
                              {
                                "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "490.25",
                                  "curCode": "CAD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "281.97",
                                  "curCode": "MVR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "55.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zoYEN",
                                "ruleId": "k2ykZkVXlX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mjCno",
                                "ruleId": "L0Ppi3mGq2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "luWZG",
                                "ruleId": "rfV3SKOSuq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "XyqQe",
                                "ruleId": "K06QPjScdB",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "125.72",
                                  "curCode": "BDT",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "480.97",
                                  "curCode": "BHD",
                                  "taxable": false
                                }
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "88.5",
                                  "curCode": "NPR",
                                  "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "87.7"
                              },
                              {
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "67.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "DMiwC",
                                "ruleId": "2ydWs14ACS",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lzWTE",
                                "ruleId": "C6jsNG1j4y",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wHwXu",
                                "ruleId": "ATDRkmkh75",
                                "status": "ActionRequired",
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "340.25",
                                  "curCode": "CZK",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "326.9",
                                  "curCode": "SZL",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "25.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "119.75",
                                  "curCode": "VES",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "208.13",
                                  "curCode": "BAM",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "ziuYo",
                                "ruleId": "BSoPuWlcgP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wiJgH",
                                "ruleId": "gftW877YVa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qNuFE",
                                "ruleId": "ANO41l9hhX",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fmzfm",
                                "ruleId": "8F1uS0AvmY",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "205.86",
                        "curCode": "ZMW",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "155.34",
                          "curCode": "SAR",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "449.98",
                          "curCode": "KMF",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "380.53",
                          "curCode": "SOS",
                          "taxable": false
                        },
                        "exchangeRate": 0.8884
                      },
                      "originalAmount": {
                        "amount": "403.3",
                        "curCode": "BHD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "488.29",
                                "curCode": "AOA",
                                "taxable": false
                              },
                              "arrivalCity": "BRQ",
                              "boardingCity": "VDK",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "280.39",
                                "curCode": "RSD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "433.05",
                                "curCode": "ANG",
                                "taxable": false
                              },
                              "arrivalCity": "GWO",
                              "boardingCity": "XBT",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "96.18",
                                "curCode": "PEN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "370.81",
                                "curCode": "TZS",
                                "taxable": true
                              },
                              "arrivalCity": "JIT",
                              "boardingCity": "WHK",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "195.37",
                                "curCode": "CUP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "314.3",
                            "curCode": "JOD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "230.31",
                                "curCode": "SYP",
                                "taxable": true
                              },
                              "arrivalCity": "JCO",
                              "boardingCity": "OKR",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "132.6",
                                "curCode": "UYU",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "225.13",
                                "curCode": "BTN",
                                "taxable": false
                              },
                              "arrivalCity": "HQS",
                              "boardingCity": "QRP",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "288.01",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "319.89",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "arrivalCity": "YCH",
                              "boardingCity": "UGZ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "402.22",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "407.95",
                            "curCode": "SRD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "56.89",
                              "curCode": "MAD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TN",
                            "taxCode": "w83",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "455"
                          },
                          {
                            "amount": {
                              "amount": "45.23",
                              "curCode": "XOF",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PY",
                            "taxCode": "rzQ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "555"
                          },
                          {
                            "amount": {
                              "amount": "50.65",
                              "curCode": "EGP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PL",
                            "taxCode": "CKW",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "845"
                          },
                          {
                            "amount": {
                              "amount": "74.25",
                              "curCode": "CUP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "CC",
                            "taxCode": "KJ4",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "698"
                          },
                          {
                            "amount": {
                              "amount": "72.59",
                              "curCode": "GIP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "RS",
                            "taxCode": "omY",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "981"
                          }
                        ],
                        "total": {
                          "amount": "208.01",
                          "curCode": "GBP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "462.76",
                        "curCode": "LYD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "LTH",
                          "date": "2026-10-04T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "JUW",
                          "date": "2027-03-16T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 181,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4536",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OIJ",
                              "date": "2027-01-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NIF",
                              "date": "2027-04-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ZJG",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GES",
                              "date": "2027-06-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "RCP",
                              "date": "2027-08-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GQS",
                              "date": "2027-07-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JYT",
                              "date": "2027-05-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WKP",
                              "date": "2027-01-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "1YuiU1M5",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "1175",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      }
                    ],
                    "ticketDesignator": "dLbb",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "58.35",
                        "feeCurrencyCode": "MUR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "152.4",
                        "feeCurrencyCode": "BND",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "162.95",
                        "feeCurrencyCode": "TWD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "82.89",
                        "feeCurrencyCode": "PLN",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "85.03",
                        "feeCurrencyCode": "SZL",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "ZJaozwUW",
                      "descriptions": [
                        {
                          "id": "UEWvpAUTXj",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "JDihy",
                      "programID": 157,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "dJkZWWPK",
                      "fareBasisCode": "9PEs6GcY",
                      "fareCode": "QWi",
                      "fareDescription": "Public fare",
                      "rbd": "O",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "rcKgE"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": true,
                        "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": "83.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "86.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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "235.95",
                                  "curCode": "BMD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "VErRL",
                                "ruleId": "cl8pHpFRBc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "190.8",
                                  "curCode": "AOA",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "uGkhG",
                                "ruleId": "XPfDZ6XfQ5",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wVwMg",
                                "ruleId": "wxCrTx6122",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "191.48",
                                  "curCode": "BIF",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "dGdUf",
                                "ruleId": "64vxxy2bgl",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cUUYl",
                                "ruleId": "cNLZvEA2jf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xecLx",
                                "ruleId": "AFwsR7iIyx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "baLaB",
                                "ruleId": "Rddq73PUKd",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "rctDF",
                                "ruleId": "rArSGrJNZC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "296.36",
                        "curCode": "LKR",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "79.5",
                          "curCode": "SYP",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "344.13",
                          "curCode": "DOP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "248.56",
                          "curCode": "SBD",
                          "taxable": false
                        },
                        "exchangeRate": 1.0554
                      },
                      "originalAmount": {
                        "amount": "484.07",
                        "curCode": "SSP",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "187.6",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "arrivalCity": "SDE",
                              "boardingCity": "BPD",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "398.21",
                                "curCode": "BGN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "163.52",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "arrivalCity": "FLR",
                              "boardingCity": "SQP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "354.09",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "154.32",
                            "curCode": "RSD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "61.21",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "arrivalCity": "YXG",
                              "boardingCity": "ZHO",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "226.98",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "468.53",
                                "curCode": "LRD",
                                "taxable": true
                              },
                              "arrivalCity": "RLL",
                              "boardingCity": "QEM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "217.45",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "462.22",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "arrivalCity": "TLB",
                              "boardingCity": "CGI",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "483.84",
                                "curCode": "XCD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "69.12",
                            "curCode": "RSD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "9.35",
                              "curCode": "ZWL",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MY",
                            "taxCode": "QfC",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "617"
                          },
                          {
                            "amount": {
                              "amount": "15.66",
                              "curCode": "FKP",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "MF",
                            "taxCode": "SN9",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "626"
                          },
                          {
                            "amount": {
                              "amount": "65.36",
                              "curCode": "HNL",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "LR",
                            "taxCode": "xZk",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "135"
                          },
                          {
                            "amount": {
                              "amount": "39.75",
                              "curCode": "KGS",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BY",
                            "taxCode": "zXa",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "589"
                          }
                        ],
                        "total": {
                          "amount": "98.95",
                          "curCode": "LRD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "252.41",
                        "curCode": "ZWL",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "LZQ",
                          "date": "2026-12-23T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "VCX",
                          "date": "2027-02-24T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4860,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "4097",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YNF",
                              "date": "2026-10-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UPM",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KJN",
                              "date": "2027-04-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WTZ",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "PPE8XUHt",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "7790",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "E"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PVY",
                          "date": "2027-04-10T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "QZR",
                          "date": "2027-04-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 457,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "8299",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KQO",
                              "date": "2027-03-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SMS",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HWQ",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SUA",
                              "date": "2026-09-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "qMq15jVd",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5683",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "b"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "IQY",
                          "date": "2027-07-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SYZ",
                          "date": "2027-03-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 421,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9094",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HRW",
                              "date": "2026-10-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UGR",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LRD",
                              "date": "2027-05-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WUY",
                              "date": "2026-10-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "CMT",
                              "date": "2027-07-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HAN",
                              "date": "2026-10-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "URB",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ACP",
                              "date": "2027-03-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "eajHhdW6",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "8001",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "r"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "SJT",
                          "date": "2027-02-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "BKX",
                          "date": "2026-10-18T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3190,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4301",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZDO",
                              "date": "2027-01-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CDN",
                              "date": "2027-08-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "CPK",
                              "date": "2027-05-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FJC",
                              "date": "2026-09-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KDI",
                              "date": "2026-09-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VDD",
                              "date": "2027-06-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YKN",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EHJ",
                              "date": "2026-12-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "n-FIRJsk",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "0340",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "b"
                      }
                    ],
                    "ticketDesignator": "lyWA",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "27.86",
                        "feeCurrencyCode": "NGN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "453.82",
                      "curCode": "BDT",
                      "taxable": false
                    },
                    "arrivalCity": "VYB",
                    "boardingCity": "YXG",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "166.03",
                      "curCode": "TZS",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "0422005",
                    "airline": "AA",
                    "poviderName": "50K",
                    "programCode": "PREMIER",
                    "programName": "MILES & MORE",
                    "signInID": "1163",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "7727288",
                    "airline": "LH",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "MILES & MORE",
                    "signInID": "4658",
                    "tierCode": "G1",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "9461516",
                    "airline": "DL",
                    "poviderName": "30K",
                    "programCode": "SILVER",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "8597",
                    "tierCode": "E1",
                    "tierName": "Elite",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Kailey",
                  "surname": "Lebsack"
                },
                "price": {
                  "baseAmount": {
                    "amount": "499.49",
                    "curCode": "CLP",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "468.45",
                      "curCode": "MYR",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "338.12",
                      "curCode": "RUB",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "220.56",
                      "curCode": "KMF",
                      "taxable": true
                    },
                    "exchangeRate": 0.9828
                  },
                  "originalAmount": {
                    "amount": "462.62",
                    "curCode": "TRY",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "376.95",
                            "curCode": "FKP",
                            "taxable": true
                          },
                          "arrivalCity": "TBI",
                          "boardingCity": "ENC",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "358.42",
                            "curCode": "JMD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "405.5",
                            "curCode": "ETB",
                            "taxable": false
                          },
                          "arrivalCity": "SHV",
                          "boardingCity": "OZA",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "54.5",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "412.66",
                            "curCode": "SGD",
                            "taxable": false
                          },
                          "arrivalCity": "DMF",
                          "boardingCity": "GLV",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "73.92",
                            "curCode": "MZN",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "184.37",
                            "curCode": "MRU",
                            "taxable": true
                          },
                          "arrivalCity": "OME",
                          "boardingCity": "BTL",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "245.01",
                            "curCode": "SCR",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "120.18",
                        "curCode": "ISK",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "459.4",
                            "curCode": "LBP",
                            "taxable": true
                          },
                          "arrivalCity": "YAG",
                          "boardingCity": "CGX",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "138.16",
                            "curCode": "BOB",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "87.32",
                            "curCode": "ARS",
                            "taxable": true
                          },
                          "arrivalCity": "FBY",
                          "boardingCity": "ZSZ",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "368.4",
                            "curCode": "SYP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "157.88",
                        "curCode": "AWG",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "93.94",
                            "curCode": "ILS",
                            "taxable": true
                          },
                          "arrivalCity": "ETY",
                          "boardingCity": "IQU",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "424.15",
                            "curCode": "GHS",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "444.37",
                            "curCode": "LKR",
                            "taxable": false
                          },
                          "arrivalCity": "ZJS",
                          "boardingCity": "WED",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "418.75",
                            "curCode": "ISK",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "305.33",
                            "curCode": "TWD",
                            "taxable": false
                          },
                          "arrivalCity": "ZAQ",
                          "boardingCity": "QLE",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "248.76",
                            "curCode": "PYG",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "483.39",
                        "curCode": "AED",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "336.7",
                            "curCode": "GHS",
                            "taxable": false
                          },
                          "arrivalCity": "DUX",
                          "boardingCity": "AZF",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "432.03",
                            "curCode": "XOF",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "201.18",
                            "curCode": "GMD",
                            "taxable": true
                          },
                          "arrivalCity": "ZVA",
                          "boardingCity": "TKQ",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "232.11",
                            "curCode": "BZD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "331.28",
                            "curCode": "BGN",
                            "taxable": true
                          },
                          "arrivalCity": "SGN",
                          "boardingCity": "NCN",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "273.86",
                            "curCode": "PEN",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "273.86",
                            "curCode": "TJS",
                            "taxable": false
                          },
                          "arrivalCity": "XVN",
                          "boardingCity": "EXG",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "439.95",
                            "curCode": "VND",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "199.18",
                        "curCode": "UGX",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "54.8",
                          "curCode": "KWD",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "JM",
                        "taxCode": "l1M",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "490"
                      },
                      {
                        "amount": {
                          "amount": "12.95",
                          "curCode": "ZAR",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "MG",
                        "taxCode": "2Mx",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "124"
                      }
                    ],
                    "total": {
                      "amount": "206.56",
                      "curCode": "MVR",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "464.24",
                    "curCode": "MRU",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "YBePFroAXz"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26.6,
                            "min": 4.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.3,
                            "min": 6.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.1,
                            "min": 7.7,
                            "unit": "K"
                          },
                          {
                            "max": 21,
                            "min": 5.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.7,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.5,
                            "min": 6.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.5,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 16.1,
                            "min": 7.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.8,
                            "min": 2,
                            "unit": "K"
                          },
                          {
                            "max": 17.3,
                            "min": 2.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.6,
                            "min": 9.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "auoOwMcV",
                      "descriptions": [
                        {
                          "id": "INRhFxwpnF",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "BHdZkrwDIG",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "mXNbFmFUcY",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "PeaeDhFJpR",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "fktbUDAVmd",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "JrHxf",
                      "programID": 668,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "wWliIjnJ",
                      "fareBasisCode": "Nkb7NqKU",
                      "fareCode": "BzY",
                      "fareDescription": "Public fare",
                      "rbd": "D",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "u2WpL"
                      },
                      "penalty": {
                        "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": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "37.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "324.17",
                                  "curCode": "MUR",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "20.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "OeYSv",
                                "ruleId": "XPNzArfIjU",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "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."
                                  },
                                  {
                                    "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": "357.63",
                                  "curCode": "VND",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "oBnwf",
                                "ruleId": "cUv1kC1Q2w",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HpKdo",
                                "ruleId": "0PBEWRq47G",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "dJHSX",
                                "ruleId": "JBZRWAnaMT",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fcpUc",
                                "ruleId": "Geid56dgS7",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "89.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "75.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "66.8"
                              },
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "61.9"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "vKMCU",
                                "ruleId": "J9ncJ1tmxq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "60.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "351.46",
                                  "curCode": "SAR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "vLQBU",
                                "ruleId": "VCQTsnAhZD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "agLqZ",
                                "ruleId": "XH7QCypove",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wwrPR",
                                "ruleId": "CtRoLGkTKK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "kopKk",
                                "ruleId": "R4GQPv27Up",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xziyN",
                                "ruleId": "joUunTcdWQ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "15.8"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "416.41",
                                  "curCode": "BND",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "465.69",
                                  "curCode": "TZS",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "351.26",
                                  "curCode": "NIO",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "379.54",
                                  "curCode": "NOK",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "jPOyy",
                                "ruleId": "tql5uQVppV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "197.06",
                        "curCode": "CDF",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "320.52",
                          "curCode": "PAB",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "390.09",
                          "curCode": "ARS",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "76.78",
                          "curCode": "CZK",
                          "taxable": false
                        },
                        "exchangeRate": 1.0548
                      },
                      "originalAmount": {
                        "amount": "321.65",
                        "curCode": "ARS",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "467.11",
                                "curCode": "STN",
                                "taxable": false
                              },
                              "arrivalCity": "CRA",
                              "boardingCity": "JYM",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "273.19",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "440.45",
                            "curCode": "THB",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "486.77",
                                "curCode": "NGN",
                                "taxable": true
                              },
                              "arrivalCity": "BWM",
                              "boardingCity": "TEY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "97.41",
                                "curCode": "FJD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "89.54",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "arrivalCity": "RLM",
                              "boardingCity": "JUQ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "79.95",
                                "curCode": "JMD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "461.38",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "arrivalCity": "ASD",
                              "boardingCity": "HMM",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "201.43",
                                "curCode": "TJS",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "53.54",
                            "curCode": "AWG",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "297.08",
                                "curCode": "HUF",
                                "taxable": true
                              },
                              "arrivalCity": "SJH",
                              "boardingCity": "GTK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "129.47",
                                "curCode": "IDR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "332.36",
                                "curCode": "AOA",
                                "taxable": false
                              },
                              "arrivalCity": "KJN",
                              "boardingCity": "WYA",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "237.93",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "187.14",
                                "curCode": "OMR",
                                "taxable": false
                              },
                              "arrivalCity": "NAL",
                              "boardingCity": "YCT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "99",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "203.54",
                            "curCode": "DOP",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "96.15",
                              "curCode": "FJD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PE",
                            "taxCode": "yQD",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "265"
                          },
                          {
                            "amount": {
                              "amount": "36.96",
                              "curCode": "GMD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KE",
                            "taxCode": "wdA",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "115"
                          }
                        ],
                        "total": {
                          "amount": "217.03",
                          "curCode": "SCR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "455.86",
                        "curCode": "GIP",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JGC",
                          "date": "2027-04-14T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "NKB",
                          "date": "2027-07-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1985,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1303",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QNV",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GBF",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EUL",
                              "date": "2027-02-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PXO",
                              "date": "2027-08-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "UYD",
                              "date": "2026-11-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NND",
                              "date": "2027-02-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CTD",
                              "date": "2027-07-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RIS",
                              "date": "2027-08-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UQD",
                              "date": "2027-01-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YWY",
                              "date": "2027-07-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "8ufm8hJM",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "1213",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "e"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PVF",
                          "date": "2027-06-13T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "GYV",
                          "date": "2027-06-09T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 572,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8522",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NAV",
                              "date": "2026-11-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RRJ",
                              "date": "2026-10-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BTO",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PGN",
                              "date": "2026-12-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LMF",
                              "date": "2027-03-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GWX",
                              "date": "2027-05-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "vfU9tIH6",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "3109",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JOK",
                          "date": "2027-01-09T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "NNK",
                          "date": "2026-12-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3545,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "0014",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RSW",
                              "date": "2027-04-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZTX",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TXR",
                              "date": "2027-04-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EIJ",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ADO",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YGN",
                              "date": "2026-11-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MYE",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GWD",
                              "date": "2026-09-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "zWYzCoKM",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2396",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "G"
                      }
                    ],
                    "ticketDesignator": "NWkx",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "26.68",
                        "feeCurrencyCode": "ARS",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "91.7",
                        "feeCurrencyCode": "CZK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "75.6",
                        "feeCurrencyCode": "INR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "yzaqIgWs",
                      "descriptions": [
                        {
                          "id": "CJDTgEFOZp",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "yadZVnuuTu",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "IkMvL",
                      "programID": 368,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "YBwgAzda",
                      "fareBasisCode": "qOwD6gXe",
                      "fareCode": "DoK",
                      "fareDescription": "Public fare",
                      "rbd": "H",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "bmKq5"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "59.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "346.35",
                                  "curCode": "SYP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "300.35",
                                  "curCode": "NAD",
                                  "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": "33.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "LEnjz",
                                "ruleId": "71eEwjB94x",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hItog",
                                "ruleId": "IMrboIlcQ2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vxCGz",
                                "ruleId": "e3kHZXs7eI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "487.78",
                                  "curCode": "CUP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "yCxWM",
                                "ruleId": "pOClYo8ddn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "292.9",
                                  "curCode": "BBD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "49.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "GuPPk",
                                "ruleId": "gHnivR0wEl",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MoxfN",
                                "ruleId": "10hwaFMExy",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "edHzk",
                                "ruleId": "96mbsFkQzz",
                                "status": "ActionRequired",
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "27.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "488.25",
                                  "curCode": "BYN",
                                  "taxable": false
                                }
                              },
                              {
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "217.75",
                                  "curCode": "MXN",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "9.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "BgFET",
                                "ruleId": "x3k3JVOePb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "btXnP",
                                "ruleId": "guja1u8B8f",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FAZnG",
                                "ruleId": "MCkuGtlYzF",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CeVlE",
                                "ruleId": "Qi2QZfFXvK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "twYAd",
                                "ruleId": "iOSkfw3zQz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "75.43",
                        "curCode": "CHF",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "269.01",
                          "curCode": "GTQ",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "239.49",
                          "curCode": "ALL",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "183.42",
                          "curCode": "ALL",
                          "taxable": false
                        },
                        "exchangeRate": 0.9435
                      },
                      "originalAmount": {
                        "amount": "319.5",
                        "curCode": "CVE",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "268.65",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "arrivalCity": "URU",
                              "boardingCity": "QDA",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "480.53",
                                "curCode": "PLN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "325.39",
                                "curCode": "CZK",
                                "taxable": false
                              },
                              "arrivalCity": "VZA",
                              "boardingCity": "NPJ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "190.3",
                                "curCode": "EGP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "344.6",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "arrivalCity": "VBX",
                              "boardingCity": "QGW",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "84.53",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "73.81",
                            "curCode": "BBD",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "26.78",
                              "curCode": "SLE",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "SR",
                            "taxCode": "A0z",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "247"
                          },
                          {
                            "amount": {
                              "amount": "53.4",
                              "curCode": "BGN",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "NU",
                            "taxCode": "ehU",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "820"
                          },
                          {
                            "amount": {
                              "amount": "55.12",
                              "curCode": "VND",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "JO",
                            "taxCode": "ng8",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "800"
                          },
                          {
                            "amount": {
                              "amount": "40.08",
                              "curCode": "SEK",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "SM",
                            "taxCode": "Mnv",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "013"
                          },
                          {
                            "amount": {
                              "amount": "49.33",
                              "curCode": "ILS",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CW",
                            "taxCode": "Scx",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "512"
                          }
                        ],
                        "total": {
                          "amount": "149.37",
                          "curCode": "GEL",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "449.55",
                        "curCode": "CAD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ONI",
                          "date": "2027-07-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ZBI",
                          "date": "2027-04-03T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4345,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8493",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XJR",
                              "date": "2026-10-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KNP",
                              "date": "2026-12-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "de8aC5CO",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "4119",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "u"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "WEK",
                          "date": "2026-09-10T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SVO",
                          "date": "2027-02-05T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3901,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "3876",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JYC",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZVY",
                              "date": "2026-10-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ALF",
                              "date": "2027-06-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CNJ",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ICH",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TLF",
                              "date": "2027-06-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "IGW",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HLF",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "d3-GxJBs",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "0324",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "i"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XEN",
                          "date": "2026-12-27T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "QDX",
                          "date": "2026-12-18T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 627,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3223",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GRU",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EVF",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "PAU",
                              "date": "2027-05-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OOQ",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CBN",
                              "date": "2027-04-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BEA",
                              "date": "2027-08-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AQR",
                              "date": "2027-01-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VQM",
                              "date": "2026-10-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JGU",
                              "date": "2026-09-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KMD",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "hCLMp8Lc",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "8971",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "s"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TRL",
                          "date": "2026-09-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "PNF",
                          "date": "2027-02-07T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4778,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "9696",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UHH",
                              "date": "2026-10-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VBR",
                              "date": "2027-05-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "TWu4o3OD",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "3292",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Y"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NPB",
                          "date": "2026-12-01T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ANO",
                          "date": "2027-08-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2530,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "3907",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CHB",
                              "date": "2027-04-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BNF",
                              "date": "2027-02-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VPG",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IZA",
                              "date": "2027-08-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MSJ",
                              "date": "2026-12-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EQH",
                              "date": "2027-02-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HPU",
                              "date": "2027-04-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PHO",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "YxDeFZCg",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2814",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "J"
                      }
                    ],
                    "ticketDesignator": "LuSp",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "105.53",
                        "feeCurrencyCode": "BIF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "173.77",
                        "feeCurrencyCode": "SRD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "toVipPAd",
                      "descriptions": [
                        {
                          "id": "CJMcaAgfkF",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "NOMyy",
                      "programID": 362,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "pJSIYscO",
                      "fareBasisCode": "aqZNRmHl",
                      "fareCode": "A8v",
                      "fareDescription": "Private fare",
                      "rbd": "p",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "sE9jh"
                      },
                      "penalty": {
                        "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": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "45.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "153.26",
                                  "curCode": "STN",
                                  "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "79.2"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "lTzWl",
                                "ruleId": "Qii49PtmiP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "294.3",
                        "curCode": "LYD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "257.23",
                          "curCode": "GYD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "224.32",
                          "curCode": "AOA",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "464.67",
                          "curCode": "AWG",
                          "taxable": true
                        },
                        "exchangeRate": 1.0334
                      },
                      "originalAmount": {
                        "amount": "393.1",
                        "curCode": "GIP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "365.46",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "arrivalCity": "FDU",
                              "boardingCity": "NYF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "319.72",
                                "curCode": "KES",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "119.5",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "arrivalCity": "BSJ",
                              "boardingCity": "LWA",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "278.63",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "485.81",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "arrivalCity": "YNS",
                              "boardingCity": "HQT",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "228.92",
                                "curCode": "PEN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "366.81",
                            "curCode": "RWF",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "50.55",
                              "curCode": "CLP",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GP",
                            "taxCode": "Vy5",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "503"
                          }
                        ],
                        "total": {
                          "amount": "200.07",
                          "curCode": "DKK",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "127.6",
                        "curCode": "EUR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NKG",
                          "date": "2027-03-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "QSJ",
                          "date": "2027-03-22T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1279,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4437",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "INS",
                              "date": "2027-02-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WDZ",
                              "date": "2027-07-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QLH",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TSV",
                              "date": "2027-05-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LIC",
                              "date": "2026-08-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MWL",
                              "date": "2026-11-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MNA",
                              "date": "2026-11-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LPN",
                              "date": "2026-11-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "MXI",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LOI",
                              "date": "2027-03-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "fZv9mThG",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "8392",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "QSK",
                          "date": "2027-08-14T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "IVV",
                          "date": "2027-05-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 908,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "7858",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QNM",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CCG",
                              "date": "2027-06-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QRE",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KJV",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ROI",
                              "date": "2027-05-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LSH",
                              "date": "2027-06-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "dEB__Zid",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "9240",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "k"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "BMR",
                          "date": "2026-11-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "UVU",
                          "date": "2027-01-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1965,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "4204",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PED",
                              "date": "2027-07-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KJX",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AYG",
                              "date": "2026-12-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IDL",
                              "date": "2026-08-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XCN",
                              "date": "2027-03-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CZH",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "UMH",
                              "date": "2026-10-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DPI",
                              "date": "2027-08-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "VZ-W-0xB",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "9941",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "s"
                      }
                    ],
                    "ticketDesignator": "UV3i",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "123.53",
                        "feeCurrencyCode": "CRC",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "95.75",
                        "feeCurrencyCode": "BZD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "96.91",
                        "feeCurrencyCode": "RWF",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "182.55",
                        "feeCurrencyCode": "HKD",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "ENjtMBOo",
                      "descriptions": [
                        {
                          "id": "cuxbwqAjbM",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "otkiWTrGLy",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "KVHBdNNaqt",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "dxRPeGUYGl",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "tayeP",
                      "programID": 138,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "bXMsdUIw",
                      "fareBasisCode": "sLgILoIE",
                      "fareCode": "dSN",
                      "fareDescription": "Private fare",
                      "rbd": "k",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "QTtfm"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "68.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "52.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "89.7"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "rmOHO",
                                "ruleId": "7jucIteruk",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "nWAFC",
                                "ruleId": "QwXVYthwSN",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "hAdvG",
                                "ruleId": "kHNQBSfTJo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "KOKIC",
                                "ruleId": "rG1BvLTWls",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "DcoSC",
                                "ruleId": "mHZn60bztO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "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": "162.37",
                                  "curCode": "BWP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "366.62",
                                  "curCode": "BZD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "45.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "uLimS",
                                "ruleId": "uJsqpva8Mt",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ReTrl",
                                "ruleId": "phR457OUBu",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jlCOx",
                                "ruleId": "JH2jHYHhgx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WXcFk",
                                "ruleId": "bL3atBuzdB",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "2.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": 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": "394.91",
                                  "curCode": "SGD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "95.7"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "JjfOY",
                                "ruleId": "8nbTtc0Mn3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "JCZpl",
                                "ruleId": "KN8aZOevgv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "taBMs",
                                "ruleId": "UQi78TYRsc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "EeAeC",
                                "ruleId": "VAINMfGLhX",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "314.42",
                        "curCode": "CVE",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "264.92",
                          "curCode": "INR",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "404.15",
                          "curCode": "PGK",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "104.3",
                          "curCode": "LBP",
                          "taxable": true
                        },
                        "exchangeRate": 1.1159
                      },
                      "originalAmount": {
                        "amount": "414.56",
                        "curCode": "BND",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "98.88",
                                "curCode": "TTD",
                                "taxable": true
                              },
                              "arrivalCity": "QXQ",
                              "boardingCity": "VOZ",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "107.32",
                                "curCode": "MOP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "116.4",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "arrivalCity": "MVT",
                              "boardingCity": "OZS",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "447.88",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "163.06",
                            "curCode": "KYD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "456.08",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "arrivalCity": "NLN",
                              "boardingCity": "UBS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "472.8",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "375.27",
                                "curCode": "BTN",
                                "taxable": false
                              },
                              "arrivalCity": "QJY",
                              "boardingCity": "LTY",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "126.86",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "202.89",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "arrivalCity": "BYH",
                              "boardingCity": "NYR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "453.22",
                                "curCode": "KRW",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "56.11",
                            "curCode": "CZK",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "380.22",
                                "curCode": "SCR",
                                "taxable": false
                              },
                              "arrivalCity": "ZDS",
                              "boardingCity": "JRH",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "475.77",
                                "curCode": "JMD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "135.17",
                            "curCode": "SYP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "165.68",
                                "curCode": "SZL",
                                "taxable": true
                              },
                              "arrivalCity": "ZLY",
                              "boardingCity": "WGF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "351.69",
                                "curCode": "BTN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "396.5",
                                "curCode": "LYD",
                                "taxable": true
                              },
                              "arrivalCity": "QEM",
                              "boardingCity": "JRC",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "300.1",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "488.13",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "arrivalCity": "UIN",
                              "boardingCity": "UPV",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "211.64",
                                "curCode": "BOB",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "304.97",
                            "curCode": "YER",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "53.7",
                              "curCode": "SGD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CN",
                            "taxCode": "RQc",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "741"
                          },
                          {
                            "amount": {
                              "amount": "80.87",
                              "curCode": "ILS",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "UG",
                            "taxCode": "9Kg",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "579"
                          },
                          {
                            "amount": {
                              "amount": "71.15",
                              "curCode": "MZN",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "PY",
                            "taxCode": "IK7",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "745"
                          }
                        ],
                        "total": {
                          "amount": "444.46",
                          "curCode": "JMD",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "188.55",
                        "curCode": "PKR",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "VSU",
                          "date": "2026-09-08T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "RMC",
                          "date": "2026-10-31T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3506,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "7907",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HYD",
                              "date": "2027-07-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PDC",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EFK",
                              "date": "2026-11-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HSX",
                              "date": "2027-04-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YEJ",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LRY",
                              "date": "2027-01-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BDI",
                              "date": "2027-06-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IJA",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "GXJzfWb1",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "4870",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "n"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PJJ",
                          "date": "2026-11-27T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SRS",
                          "date": "2026-11-16T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2171,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "1834",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DRJ",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TMI",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "NFjHNN8A",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2862",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "b"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SGS",
                          "date": "2027-03-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ITZ",
                          "date": "2027-06-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 898,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8782",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FGR",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZDO",
                              "date": "2026-10-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LOQ",
                              "date": "2027-03-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TVT",
                              "date": "2027-04-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LDU",
                              "date": "2026-11-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KNP",
                              "date": "2027-02-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "0_7tjc5_",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "6223",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "D"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NNH",
                          "date": "2027-03-27T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TWG",
                          "date": "2027-01-30T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4209,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3245",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BVY",
                              "date": "2026-11-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GZE",
                              "date": "2027-01-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VED",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SGE",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "qLAhAqqj",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "0779",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "q"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XUX",
                          "date": "2027-03-12T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "IXW",
                          "date": "2027-04-22T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2468,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "8210",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PTF",
                              "date": "2027-01-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JNO",
                              "date": "2027-03-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QUH",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BGI",
                              "date": "2027-03-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ELW",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NQX",
                              "date": "2027-07-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "p06ZbwN5",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "7348",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "z"
                      }
                    ],
                    "ticketDesignator": "aBf8",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "35.54",
                        "feeCurrencyCode": "MAD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "JMNfZUtm",
                      "descriptions": [
                        {
                          "id": "hLtMohpQzo",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "TYRGsLDfhk",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "ORMieAiOxk",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "JPkBr",
                      "programID": 558,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "PvFbRkaz",
                      "fareBasisCode": "ji2HmTVE",
                      "fareCode": "G2F",
                      "fareDescription": "Public fare",
                      "rbd": "a",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "WNgTV"
                      },
                      "penalty": {
                        "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."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "20.5"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "271.85",
                                  "curCode": "BWP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "VqVgx",
                                "ruleId": "BEz0IumsJS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "jNGZl",
                                "ruleId": "l7nktUQKPY",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SClal",
                                "ruleId": "1ymEATqOOk",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZDQov",
                                "ruleId": "TAZeGxGsoS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": 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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "199.19",
                                  "curCode": "CDF",
                                  "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "385.99",
                                  "curCode": "AUD",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "4.2"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "BgswT",
                                "ruleId": "AYF53SpuxL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "qjnER",
                                "ruleId": "wVzjzXrj9z",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FvFAo",
                                "ruleId": "thwy6clgKl",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": "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": "29.3"
                              },
                              {
                                "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": "390.84",
                                  "curCode": "MYR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "72.6"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "39"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "63.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "HkdAw",
                                "ruleId": "l3BiCz81r7",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "KYscs",
                                "ruleId": "CNc07MrauP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "xLgln",
                                "ruleId": "oVZE4d425e",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "RjIrT",
                                "ruleId": "R9fRPYyt5O",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "90.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "40.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "421.82",
                                  "curCode": "BBD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "340.61",
                                  "curCode": "STN",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "7.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "ljIbh",
                                "ruleId": "jxcOjmUiwb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MDYAj",
                                "ruleId": "OLAn5i4Hpt",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JiiZm",
                                "ruleId": "tScujBej1F",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GCTnQ",
                                "ruleId": "yRxYwtparW",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "127.1",
                        "curCode": "SSP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "80.94",
                          "curCode": "TZS",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "180.78",
                          "curCode": "BBD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "390.01",
                          "curCode": "ILS",
                          "taxable": true
                        },
                        "exchangeRate": 0.808
                      },
                      "originalAmount": {
                        "amount": "99.13",
                        "curCode": "HTG",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "156.57",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "HBE",
                              "boardingCity": "KWJ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "443.92",
                                "curCode": "BAM",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "177.51",
                                "curCode": "BHD",
                                "taxable": false
                              },
                              "arrivalCity": "QBT",
                              "boardingCity": "APN",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "213.54",
                                "curCode": "EUR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "360.63",
                                "curCode": "LKR",
                                "taxable": true
                              },
                              "arrivalCity": "RBZ",
                              "boardingCity": "MUL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "387",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "452.53",
                                "curCode": "GMD",
                                "taxable": true
                              },
                              "arrivalCity": "JXW",
                              "boardingCity": "ZQS",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "94.38",
                                "curCode": "ERN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "334.96",
                            "curCode": "IQD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "283.06",
                                "curCode": "BSD",
                                "taxable": true
                              },
                              "arrivalCity": "UWA",
                              "boardingCity": "ARF",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "365.28",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "404.14",
                                "curCode": "MYR",
                                "taxable": false
                              },
                              "arrivalCity": "DMO",
                              "boardingCity": "SMT",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "200.26",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "179.19",
                            "curCode": "PEN",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "171.54",
                                "curCode": "CAD",
                                "taxable": true
                              },
                              "arrivalCity": "BVO",
                              "boardingCity": "DAJ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "349.24",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "287.37",
                                "curCode": "INR",
                                "taxable": true
                              },
                              "arrivalCity": "WTT",
                              "boardingCity": "QRG",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "334.68",
                                "curCode": "NZD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "287.47",
                            "curCode": "BMD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "295.02",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "arrivalCity": "KYX",
                              "boardingCity": "VRP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "70.4",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "166.12",
                                "curCode": "EUR",
                                "taxable": true
                              },
                              "arrivalCity": "CMD",
                              "boardingCity": "FLK",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "434.53",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "416.67",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "arrivalCity": "DOR",
                              "boardingCity": "MYG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "186.76",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "494.06",
                            "curCode": "CLP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "25.96",
                              "curCode": "TTD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "GS",
                            "taxCode": "O3q",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "269"
                          },
                          {
                            "amount": {
                              "amount": "59.68",
                              "curCode": "MVR",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "FM",
                            "taxCode": "JjZ",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "525"
                          },
                          {
                            "amount": {
                              "amount": "66.2",
                              "curCode": "MVR",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CV",
                            "taxCode": "BS6",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "313"
                          },
                          {
                            "amount": {
                              "amount": "24.61",
                              "curCode": "BDT",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BL",
                            "taxCode": "jRY",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "103"
                          }
                        ],
                        "total": {
                          "amount": "210.69",
                          "curCode": "STN",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "59.09",
                        "curCode": "JOD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VGB",
                          "date": "2027-04-10T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EIA",
                          "date": "2027-01-27T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2902,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2084",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QVG",
                              "date": "2027-01-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KHD",
                              "date": "2027-03-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GOP",
                              "date": "2027-01-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CWA",
                              "date": "2027-03-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BQB",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QPT",
                              "date": "2027-02-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TSY",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UOM",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JOA",
                              "date": "2026-09-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EZK",
                              "date": "2027-06-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "YL6DhJf8",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "8262",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "m"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ESQ",
                          "date": "2027-04-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "NAX",
                          "date": "2026-12-10T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4428,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "0054",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RQB",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AGE",
                              "date": "2026-10-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FKT",
                              "date": "2027-03-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HDM",
                              "date": "2027-06-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NYW",
                              "date": "2027-01-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GIU",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "IkroAAfE",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "8083",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "FMV",
                          "date": "2026-10-06T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "HRL",
                          "date": "2026-10-15T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4995,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "1765",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "LTH",
                              "date": "2027-04-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XES",
                              "date": "2026-09-01T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KFZ",
                              "date": "2027-05-06T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZAL",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "CCW",
                              "date": "2027-07-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FCT",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "jGkmoEi2",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1728",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Z"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XZJ",
                          "date": "2026-10-23T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "YZN",
                          "date": "2026-12-27T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2782,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "2752",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "SMB",
                              "date": "2027-01-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QYY",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "CWE",
                              "date": "2026-11-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BLH",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SZX",
                              "date": "2027-05-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CES",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XPK",
                              "date": "2026-12-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LVL",
                              "date": "2027-02-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "2GKXgFUQ",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "9246",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "P"
                      }
                    ],
                    "ticketDesignator": "pIG2",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "56.46",
                        "feeCurrencyCode": "DOP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "55.88",
                        "feeCurrencyCode": "MZN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "29.78",
                        "feeCurrencyCode": "CVE",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "21.52",
                        "feeCurrencyCode": "BOB",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "146.52",
                        "feeCurrencyCode": "MNT",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "426.81",
                      "curCode": "IRR",
                      "taxable": true
                    },
                    "arrivalCity": "GRZ",
                    "boardingCity": "QRY",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "69.02",
                      "curCode": "UYU",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "3599233",
                    "airline": "EK",
                    "poviderName": "100K",
                    "programCode": "GOLD",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "4891",
                    "tierCode": "P1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "6835132",
                    "airline": "JL",
                    "poviderName": "50K",
                    "programCode": "PREMIER",
                    "programName": "MILEAGE PLUS",
                    "signInID": "3300",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "3079014",
                    "airline": "NH",
                    "poviderName": "100K",
                    "programCode": "SILVER",
                    "programName": "SKYMILES GOLD",
                    "signInID": "9008",
                    "tierCode": "P1",
                    "tierName": "Executive",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Keely",
                  "surname": "Kuvalis"
                },
                "price": {
                  "baseAmount": {
                    "amount": "424.88",
                    "curCode": "MMK",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "273.88",
                      "curCode": "DKK",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "432.71",
                      "curCode": "MUR",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "125.22",
                      "curCode": "GNF",
                      "taxable": true
                    },
                    "exchangeRate": 0.9155
                  },
                  "originalAmount": {
                    "amount": "243",
                    "curCode": "XCD",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "153.22",
                            "curCode": "BTN",
                            "taxable": false
                          },
                          "arrivalCity": "SYS",
                          "boardingCity": "GGS",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "480.61",
                            "curCode": "ILS",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "190.43",
                            "curCode": "TOP",
                            "taxable": true
                          },
                          "arrivalCity": "XGC",
                          "boardingCity": "ECD",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "51.97",
                            "curCode": "DOP",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "398.02",
                            "curCode": "KRW",
                            "taxable": false
                          },
                          "arrivalCity": "LUA",
                          "boardingCity": "ARI",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "70.14",
                            "curCode": "SAR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "79.83",
                            "curCode": "KMF",
                            "taxable": false
                          },
                          "arrivalCity": "BJL",
                          "boardingCity": "UMN",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "435.22",
                            "curCode": "THB",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "461.69",
                            "curCode": "ALL",
                            "taxable": true
                          },
                          "arrivalCity": "SWI",
                          "boardingCity": "ZXX",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "405.8",
                            "curCode": "KZT",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "431.57",
                        "curCode": "XAF",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "221.5",
                            "curCode": "MYR",
                            "taxable": true
                          },
                          "arrivalCity": "HLU",
                          "boardingCity": "KVP",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "178.09",
                            "curCode": "GEL",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "407.39",
                            "curCode": "JMD",
                            "taxable": false
                          },
                          "arrivalCity": "XKD",
                          "boardingCity": "TZL",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "430.24",
                            "curCode": "BWP",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "133.18",
                            "curCode": "XAF",
                            "taxable": false
                          },
                          "arrivalCity": "SBC",
                          "boardingCity": "HNY",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "96.84",
                            "curCode": "OMR",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "123.23",
                            "curCode": "SDG",
                            "taxable": false
                          },
                          "arrivalCity": "JUL",
                          "boardingCity": "NBV",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "124.33",
                            "curCode": "MNT",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "220.01",
                            "curCode": "PAB",
                            "taxable": false
                          },
                          "arrivalCity": "MVW",
                          "boardingCity": "TLL",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "102.65",
                            "curCode": "SYP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "310.49",
                        "curCode": "SHP",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "395.21",
                            "curCode": "CZK",
                            "taxable": false
                          },
                          "arrivalCity": "UCD",
                          "boardingCity": "NIA",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "103.38",
                            "curCode": "BBD",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "329.39",
                            "curCode": "WST",
                            "taxable": false
                          },
                          "arrivalCity": "UAY",
                          "boardingCity": "SMJ",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "222.96",
                            "curCode": "MUR",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "145.7",
                            "curCode": "HKD",
                            "taxable": true
                          },
                          "arrivalCity": "KTL",
                          "boardingCity": "VTV",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "316.43",
                            "curCode": "CDF",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "381.41",
                        "curCode": "MMK",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "183.98",
                            "curCode": "EUR",
                            "taxable": false
                          },
                          "arrivalCity": "QJO",
                          "boardingCity": "RBP",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "53.19",
                            "curCode": "MGA",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "102.88",
                            "curCode": "SGD",
                            "taxable": false
                          },
                          "arrivalCity": "VEV",
                          "boardingCity": "WLW",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "176.89",
                            "curCode": "CNY",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "476.28",
                            "curCode": "MDL",
                            "taxable": false
                          },
                          "arrivalCity": "ZMR",
                          "boardingCity": "SAW",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "237.28",
                            "curCode": "BBD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "410.61",
                            "curCode": "BWP",
                            "taxable": true
                          },
                          "arrivalCity": "UKP",
                          "boardingCity": "ABV",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "219.21",
                            "curCode": "ETB",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "60.98",
                            "curCode": "AZN",
                            "taxable": false
                          },
                          "arrivalCity": "ASO",
                          "boardingCity": "AJT",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "299.1",
                            "curCode": "ZWL",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "328.87",
                        "curCode": "EGP",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "39.76",
                          "curCode": "JOD",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "AQ",
                        "taxCode": "Uj5",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "559"
                      },
                      {
                        "amount": {
                          "amount": "35.47",
                          "curCode": "HUF",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "NL",
                        "taxCode": "Wc4",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "747"
                      },
                      {
                        "amount": {
                          "amount": "48.96",
                          "curCode": "BGN",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "HU",
                        "taxCode": "YtO",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "894"
                      }
                    ],
                    "total": {
                      "amount": "459.36",
                      "curCode": "SEK",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "50.4",
                    "curCode": "CUP",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "vnlrAlNoYE"
              }
            ],
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2026-09-13T00:00:00.0Z",
        "paymentTimeLimitText": "2026-08-24T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "ADE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "c-CdEEHg",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "344.86",
              "curCode": "TOP",
              "taxable": true
            },
            "percentage": "11.4",
            "typeCode": "Change",
            "upgradeFeeInd": true
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Non-refundable ticket",
            "id": "Macbk_tc",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "266.97",
              "curCode": "BAM",
              "taxable": true
            },
            "percentage": "13.4",
            "typeCode": "Change",
            "upgradeFeeInd": true
          },
          {
            "appCode": "ADE",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Refundable after departure",
            "id": "tUcsrBdG",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "211.68",
              "curCode": "SEK",
              "taxable": false
            },
            "percentage": "61.5",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "302.4",
            "curCode": "BRL",
            "taxable": false
          },
          "discount": {
            "description": "CORPORATE_DISCOUNT",
            "discountAmount": {
              "amount": "351.35",
              "curCode": "PKR",
              "taxable": true
            },
            "preDiscountedAmount": {
              "amount": "157.04",
              "curCode": "KPW",
              "taxable": true
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "52.38",
              "curCode": "XAF",
              "taxable": true
            },
            "exchangeRate": 0.9458
          },
          "originalAmount": {
            "amount": "251.83",
            "curCode": "JOD",
            "taxable": false
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "223.31",
                    "curCode": "TJS",
                    "taxable": false
                  },
                  "arrivalCity": "POS",
                  "boardingCity": "HKD",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "281.99",
                    "curCode": "DKK",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "388.52",
                "curCode": "GMD",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "120.73",
                    "curCode": "LSL",
                    "taxable": true
                  },
                  "arrivalCity": "HCL",
                  "boardingCity": "FLQ",
                  "description": "Segment Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "228.9",
                    "curCode": "XCD",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "412.64",
                "curCode": "LSL",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "49.79",
                  "curCode": "UYU",
                  "taxable": false
                },
                "description": "AIRPORT TAX",
                "nation": "MX",
                "taxCode": "8mB",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "232"
              },
              {
                "amount": {
                  "amount": "38.53",
                  "curCode": "CDF",
                  "taxable": false
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "NC",
                "taxCode": "4ox",
                "taxCodeText": "PAID",
                "taxPadisCode": "158"
              },
              {
                "amount": {
                  "amount": "74.78",
                  "curCode": "DKK",
                  "taxable": false
                },
                "description": "AIRPORT TAX",
                "nation": "GT",
                "taxCode": "Z4i",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "662"
              }
            ],
            "total": {
              "amount": "186.82",
              "curCode": "PAB",
              "taxable": true
            }
          },
          "totalAmount": {
            "amount": "248.29",
            "curCode": "BHD",
            "taxable": true
          }
        },
        "penaltyRefs": [
          "PEN2",
          "PEN1"
        ],
        "priceGuaranteeTimeLimitDateTime": "2027-03-26T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-03-01T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "52.87",
                  "curCode": "OMR",
                  "percent": "8.8"
                },
                "id": "65333",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "75.93",
                  "curCode": "GNF",
                  "percent": "8.1"
                },
                "id": "12477",
                "type": "POST"
              }
            ],
            "tag": "EHUVPvYCF2",
            "tourCode": "PI5KI3MuvE"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "72.47",
                  "curCode": "BHD",
                  "percent": "5.8"
                },
                "id": "21459",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "49.61",
                  "curCode": "QAR",
                  "percent": "15.7"
                },
                "id": "23233",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "91.91",
                  "curCode": "JOD",
                  "percent": "14.1"
                },
                "id": "29846",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "64.02",
                  "curCode": "BYN",
                  "percent": "6.8"
                },
                "id": "12515",
                "type": "POST"
              }
            ],
            "tag": "ZSFNExX22e",
            "tourCode": "KMDR4t52k1"
          }
        ],
        "purchaseTimeLimitDateTime": "2027-02-07T00:00:00.0Z",
        "source": "Wiegand, Brakus and Paucek",
        "totalPrice": {
          "baseAmount": {
            "amount": "68.79",
            "curCode": "MKD",
            "taxable": true
          },
          "equivAmount": {
            "amount": "59.48",
            "curCode": "HUF",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "38.83",
                "curCode": "STN",
                "taxable": true
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "KZ",
              "taxCode": "CoT",
              "taxCodeText": "PAID",
              "taxPadisCode": "403"
            }
          ],
          "totalAmount": {
            "amount": "28.78",
            "curCode": "NGN",
            "taxable": false
          },
          "totalTaxes": {
            "amount": "77.35",
            "curCode": "HKD",
            "taxable": true
          },
          "wasTicketValueUsed": false
        },
        "ttl": 1768,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "After Departure",
              "After Departure"
            ],
            "description": "Part of rule change allowed",
            "feeAmount": "105.09",
            "feeCurrencyCode": "MXN",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "No Show"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "89.98",
            "feeCurrencyCode": "VUV",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "Before Departure",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "55.32",
            "feeCurrencyCode": "SCR",
            "hasFee": true,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "Before Departure",
              "After Departure",
              "Before Departure",
              "No Show",
              "No Show"
            ],
            "description": "Part of rule change allowed",
            "feeAmount": "114.62",
            "feeCurrencyCode": "SAR",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "157.05",
          "code": "STD01",
          "currencyCode": "SRD",
          "description": "Corporate rate",
          "percentage": "8.34",
          "percentageAppliedToAmount": "303.47"
        },
        "id": "zospNY8Dl35q",
        "journeys": [
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S2",
              "S1",
              "S4"
            ]
          },
          {
            "priceClassRefId": "Business",
            "segmentRefIds": [
              "S1",
              "S2"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "NH",
            "binNumber": "066507",
            "cardCode": "VI",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": false,
            "offerItemRefs": [
              "Dh9zDL",
              "2me7lz",
              "hdTkAU",
              "4RbX2X"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "445.07",
                "curCode": "TJS",
                "taxable": false
              },
              "baseAmount": {
                "amount": "281.9",
                "curCode": "BHD",
                "taxable": true
              },
              "cardCharge": "45.78",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "183.81",
                "curCode": "TOP",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "0.7",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "53.59",
                      "curCode": "BAM",
                      "taxable": false
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "CH",
                    "taxCode": "SDD",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "853"
                  }
                ],
                "total": {
                  "amount": "408.31",
                  "curCode": "UYU",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "AA",
            "binNumber": "849778",
            "cardCode": "AX",
            "cardType": "FCA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "3m2BXH",
              "eHBkya"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "442.2",
                "curCode": "CVE",
                "taxable": true
              },
              "baseAmount": {
                "amount": "134.32",
                "curCode": "MZN",
                "taxable": false
              },
              "cardCharge": "39.6",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "472.63",
                "curCode": "PEN",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "1.1",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "85.77",
                      "curCode": "BSD",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "GF",
                    "taxCode": "95R",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "036"
                  },
                  {
                    "amount": {
                      "amount": "43.85",
                      "curCode": "SOS",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "WS",
                    "taxCode": "20P",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "338"
                  },
                  {
                    "amount": {
                      "amount": "71.85",
                      "curCode": "MAD",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "DM",
                    "taxCode": "V76",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "363"
                  }
                ],
                "total": {
                  "amount": "136.58",
                  "curCode": "BSD",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2027-07-28T00:00:00.0Z",
        "offerItems": [
          {
            "commission": {
              "amount": "88.79",
              "code": "STD01",
              "currencyCode": "BOB",
              "description": "Promotional",
              "percentage": "7.48",
              "percentageAppliedToAmount": "213.92"
            },
            "id": "BmOmPZ",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.3,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 21.3,
                            "min": 3.4,
                            "unit": "K"
                          },
                          {
                            "max": 19,
                            "min": 2.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.7,
                            "min": 1.7,
                            "unit": "K"
                          },
                          {
                            "max": 17.5,
                            "min": 2.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.1,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.3,
                            "min": 3,
                            "unit": "K"
                          },
                          {
                            "max": 25.1,
                            "min": 2.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.7,
                            "min": 9.9,
                            "unit": "K"
                          },
                          {
                            "max": 18.9,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 23.9,
                            "min": 3.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.2,
                            "min": 2.6,
                            "unit": "K"
                          },
                          {
                            "max": 10,
                            "min": 5.1,
                            "unit": "K"
                          },
                          {
                            "max": 22.9,
                            "min": 9.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.5,
                            "min": 0.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.6,
                            "min": 4.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "dnIkvMkx",
                      "descriptions": [
                        {
                          "id": "mNJSCnFBow",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "DUcST",
                      "programID": 348,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "ICzjUKpv",
                      "fareBasisCode": "GzKvMFLc",
                      "fareCode": "29I",
                      "fareDescription": "Public fare",
                      "rbd": "O",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "6kSn3"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "37.9"
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "15.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "nAEEA",
                                "ruleId": "dzOV8qoVsx",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "hUYHS",
                                "ruleId": "bmBHLmNR1J",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vwdSK",
                                "ruleId": "Euso4GSrY1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "oFZec",
                                "ruleId": "4JkfEfWnUG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": 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": "143.31",
                                  "curCode": "ZWL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "YzTpX",
                                "ruleId": "GMB7WruPny",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "NDnOa",
                                "ruleId": "ezBp6REMvp",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "38.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "209.27",
                                  "curCode": "IDR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "tebvY",
                                "ruleId": "tUZEX8AvMz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "40.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "41.9"
                              },
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "44.2"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "quzyk",
                                "ruleId": "yeXX5OiLSS",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kDFzh",
                                "ruleId": "SHzzyyYriu",
                                "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"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "332.59",
                        "curCode": "VUV",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "144.88",
                          "curCode": "MDL",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "141.1",
                          "curCode": "BWP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "214.78",
                          "curCode": "KYD",
                          "taxable": true
                        },
                        "exchangeRate": 1.1345
                      },
                      "originalAmount": {
                        "amount": "156.02",
                        "curCode": "MAD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "209.5",
                                "curCode": "NAD",
                                "taxable": false
                              },
                              "arrivalCity": "FCJ",
                              "boardingCity": "NSF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "416.25",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "182.81",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "arrivalCity": "QNP",
                              "boardingCity": "BHQ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "169.3",
                                "curCode": "BBD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "185.07",
                                "curCode": "OMR",
                                "taxable": false
                              },
                              "arrivalCity": "LSN",
                              "boardingCity": "VTP",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "341.9",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "436.4",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "arrivalCity": "QGF",
                              "boardingCity": "THC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "366.56",
                                "curCode": "CDF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "163.55",
                            "curCode": "AWG",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "54.12",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "arrivalCity": "OPV",
                              "boardingCity": "QDQ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "69.52",
                                "curCode": "MGA",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "193.2",
                                "curCode": "ERN",
                                "taxable": false
                              },
                              "arrivalCity": "JJG",
                              "boardingCity": "YLW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "464.08",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "254.77",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "arrivalCity": "RMI",
                              "boardingCity": "TZM",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "405.89",
                                "curCode": "TTD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "442.62",
                                "curCode": "MOP",
                                "taxable": false
                              },
                              "arrivalCity": "AMO",
                              "boardingCity": "PVX",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "291.99",
                                "curCode": "ANG",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "361.87",
                            "curCode": "GMD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "130.49",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "arrivalCity": "FDV",
                              "boardingCity": "TLC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "138.52",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "177.4",
                                "curCode": "KHR",
                                "taxable": false
                              },
                              "arrivalCity": "EBJ",
                              "boardingCity": "BFX",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "325.24",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "220.38",
                            "curCode": "BSD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "161.35",
                                "curCode": "UGX",
                                "taxable": false
                              },
                              "arrivalCity": "BOV",
                              "boardingCity": "YSF",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "230.15",
                                "curCode": "GIP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "442.78",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "arrivalCity": "DSK",
                              "boardingCity": "VAI",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "232.39",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "148.61",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "OYF",
                              "boardingCity": "NBX",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "338.93",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "406.03",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "arrivalCity": "UAD",
                              "boardingCity": "DZN",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "66.94",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "415.55",
                                "curCode": "PKR",
                                "taxable": true
                              },
                              "arrivalCity": "QAB",
                              "boardingCity": "ZFJ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "461.74",
                                "curCode": "TRY",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "452.82",
                            "curCode": "XOF",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "71.81",
                              "curCode": "KMF",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "IL",
                            "taxCode": "7Ud",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "524"
                          },
                          {
                            "amount": {
                              "amount": "96.29",
                              "curCode": "SZL",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "BA",
                            "taxCode": "XGv",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "874"
                          }
                        ],
                        "total": {
                          "amount": "107.28",
                          "curCode": "ALL",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "74.27",
                        "curCode": "BMD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YTM",
                          "date": "2026-09-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "DPK",
                          "date": "2027-06-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 873,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "4828",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZIX",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BPQ",
                              "date": "2027-07-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RXD",
                              "date": "2027-06-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BDY",
                              "date": "2026-08-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "2qWt_Azz",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "2302",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "S"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "OGW",
                          "date": "2026-09-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "MVU",
                          "date": "2027-04-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 944,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "9675",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "IGR",
                              "date": "2027-08-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EUH",
                              "date": "2026-08-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Tnaf8AlS",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "2259",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "X"
                      }
                    ],
                    "ticketDesignator": "9INY",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "31.68",
                        "feeCurrencyCode": "KWD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "177.59",
                        "feeCurrencyCode": "NOK",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "147.63",
                        "feeCurrencyCode": "MKD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "KzgxioTM",
                      "descriptions": [
                        {
                          "id": "gJbRqSYTPR",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "vMLPEawnkG",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "XPSSH",
                      "programID": 836,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "kSnALlYD",
                      "fareBasisCode": "JGrBsjFo",
                      "fareCode": "SfE",
                      "fareDescription": "Public fare",
                      "rbd": "c",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "riqDx"
                      },
                      "penalty": {
                        "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."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "95.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "6.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "iUJUV",
                                "ruleId": "uWvagHXT4d",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HWuSw",
                                "ruleId": "63PYbQNy70",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "smloC",
                                "ruleId": "tAPpEpXWay",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "144.91",
                                  "curCode": "OMR",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "402.72",
                                  "curCode": "MKD",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "13.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "422.57",
                                  "curCode": "SEK",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "34.1"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VNIhz",
                                "ruleId": "BiYLM2LAau",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xbEoN",
                                "ruleId": "aGb7lHfb9j",
                                "status": "RuleExecuted",
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "348.66",
                                  "curCode": "JMD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "36.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "384.18",
                                  "curCode": "OMR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "MCDpn",
                                "ruleId": "Rj0mfCuENZ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "193.84",
                                  "curCode": "ZMW",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "JyKpZ",
                                "ruleId": "1WigzmArrz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "366.23",
                                  "curCode": "HTG",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "LmeeE",
                                "ruleId": "2TIveT0WjR",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "JwsGt",
                                "ruleId": "KfMBXDzbGI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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."
                        },
                        {
                          "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": "244.85",
                        "curCode": "CNY",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "55.87",
                          "curCode": "PLN",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "118.09",
                          "curCode": "CHF",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "302.38",
                          "curCode": "MZN",
                          "taxable": true
                        },
                        "exchangeRate": 1.1644
                      },
                      "originalAmount": {
                        "amount": "289.32",
                        "curCode": "COP",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "104.86",
                                "curCode": "TOP",
                                "taxable": true
                              },
                              "arrivalCity": "IYD",
                              "boardingCity": "OEC",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "431.29",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "335.53",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "arrivalCity": "IQB",
                              "boardingCity": "OSW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "199.27",
                                "curCode": "CDF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "396.44",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "arrivalCity": "LKO",
                              "boardingCity": "ACR",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "137.02",
                                "curCode": "MRU",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "457.53",
                            "curCode": "BYN",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "62.36",
                              "curCode": "EUR",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SS",
                            "taxCode": "zLO",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "612"
                          },
                          {
                            "amount": {
                              "amount": "23.78",
                              "curCode": "ILS",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "IE",
                            "taxCode": "dbQ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "698"
                          },
                          {
                            "amount": {
                              "amount": "99.04",
                              "curCode": "BTN",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "TZ",
                            "taxCode": "svY",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "740"
                          },
                          {
                            "amount": {
                              "amount": "22.09",
                              "curCode": "SHP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BY",
                            "taxCode": "jG2",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "227"
                          },
                          {
                            "amount": {
                              "amount": "81.7",
                              "curCode": "BSD",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "MT",
                            "taxCode": "K6s",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "149"
                          }
                        ],
                        "total": {
                          "amount": "258.44",
                          "curCode": "NGN",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "450.05",
                        "curCode": "STN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "JEA",
                          "date": "2026-09-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JJK",
                          "date": "2027-07-28T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4249,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "3611",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PPD",
                              "date": "2027-07-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DNN",
                              "date": "2027-08-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HEK",
                              "date": "2027-05-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PAK",
                              "date": "2027-01-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MPX",
                              "date": "2026-09-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CPV",
                              "date": "2027-07-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "DRDt9oxg",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "6705",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PHZ",
                          "date": "2027-05-31T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "HXO",
                          "date": "2027-05-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3960,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "2246",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TVR",
                              "date": "2027-01-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PIM",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "eKE6yaEu",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "3139",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "y"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "BBM",
                          "date": "2026-08-24T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "BOS",
                          "date": "2026-09-20T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1614,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "6399",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OKO",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LRL",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OEQ",
                              "date": "2026-12-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VCP",
                              "date": "2027-02-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "a4T_-xx8",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "2269",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "Z"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RDW",
                          "date": "2027-03-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OLY",
                          "date": "2027-08-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4575,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "2883",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VJG",
                              "date": "2027-05-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GVC",
                              "date": "2026-10-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ZOL",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XFH",
                              "date": "2027-04-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UJB",
                              "date": "2026-09-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GRS",
                              "date": "2027-05-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "E2_C_3eh",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "1752",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "I"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "OID",
                          "date": "2027-07-24T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "UJL",
                          "date": "2027-03-23T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1110,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "2152",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BKR",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LLZ",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AFY",
                              "date": "2026-11-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GZI",
                              "date": "2027-03-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PWG",
                              "date": "2026-12-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KXV",
                              "date": "2026-09-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GGD",
                              "date": "2027-08-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XCL",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "RVU",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LYF",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "6A_PZ1Gy",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "4147",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "W"
                      }
                    ],
                    "ticketDesignator": "1BHM",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "150.53",
                        "feeCurrencyCode": "SCR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "193.46",
                        "feeCurrencyCode": "SBD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "83.58",
                        "feeCurrencyCode": "SZL",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "128.4",
                      "curCode": "STN",
                      "taxable": true
                    },
                    "arrivalCity": "IXG",
                    "boardingCity": "DPN",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "432.19",
                      "curCode": "HUF",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "4105117",
                    "airline": "BA",
                    "poviderName": "100K",
                    "programCode": "SILVER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "9120",
                    "tierCode": "P2",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "1207089",
                    "airline": "UA",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "MILES & MORE",
                    "signInID": "7692",
                    "tierCode": "E1",
                    "tierName": "Silver",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "7950018",
                    "airline": "LH",
                    "poviderName": "100K",
                    "programCode": "PLATINUM",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "6128",
                    "tierCode": "S1",
                    "tierName": "Elite",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "0226835",
                    "airline": "UA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLT/SPH",
                    "programName": "MILES & MORE",
                    "signInID": "3647",
                    "tierCode": "G1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Foster",
                  "surname": "Murray"
                },
                "price": {
                  "baseAmount": {
                    "amount": "181.01",
                    "curCode": "TMT",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "430.57",
                      "curCode": "XAF",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "297.43",
                      "curCode": "HKD",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "336",
                      "curCode": "ISK",
                      "taxable": false
                    },
                    "exchangeRate": 0.8618
                  },
                  "originalAmount": {
                    "amount": "170.29",
                    "curCode": "ISK",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "416.71",
                            "curCode": "LYD",
                            "taxable": true
                          },
                          "arrivalCity": "TEL",
                          "boardingCity": "MYC",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "256.44",
                            "curCode": "DKK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "236.51",
                        "curCode": "NZD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "75.82",
                            "curCode": "CAD",
                            "taxable": true
                          },
                          "arrivalCity": "EAM",
                          "boardingCity": "OLE",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "293.02",
                            "curCode": "ILS",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "273.13",
                            "curCode": "BTN",
                            "taxable": true
                          },
                          "arrivalCity": "NFP",
                          "boardingCity": "GQW",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "450.04",
                            "curCode": "GIP",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "310.21",
                            "curCode": "UZS",
                            "taxable": true
                          },
                          "arrivalCity": "ZIQ",
                          "boardingCity": "YJA",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "87.38",
                            "curCode": "ALL",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "304.03",
                            "curCode": "TND",
                            "taxable": false
                          },
                          "arrivalCity": "UPQ",
                          "boardingCity": "UHY",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "421.45",
                            "curCode": "ARS",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "428.1",
                            "curCode": "JMD",
                            "taxable": true
                          },
                          "arrivalCity": "FAE",
                          "boardingCity": "LOJ",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "391.76",
                            "curCode": "SZL",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "249.78",
                        "curCode": "GHS",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "7.7",
                          "curCode": "BOB",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "BO",
                        "taxCode": "XYi",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "612"
                      },
                      {
                        "amount": {
                          "amount": "6.5",
                          "curCode": "HKD",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "EH",
                        "taxCode": "NQE",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "049"
                      }
                    ],
                    "total": {
                      "amount": "119.33",
                      "curCode": "XAF",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "85.75",
                    "curCode": "BND",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "QbCIZWWABZ"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.3,
                            "min": 8.8,
                            "unit": "LBS"
                          }
                        ],
                        "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": 28.2,
                            "min": 5.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.9,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 14.1,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "eddHstJE",
                      "descriptions": [
                        {
                          "id": "zlZWQfQyxb",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "TsZqjsxSrH",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "gmrpx",
                      "programID": 397,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "sAlyDmiW",
                      "fareBasisCode": "d3qUJX0T",
                      "fareCode": "APS",
                      "fareDescription": "Public fare",
                      "rbd": "v",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "E5rit"
                      },
                      "penalty": {
                        "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": "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."
                                  }
                                ],
                                "percentageAmount": "78"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "426.88",
                                  "curCode": "RSD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "59"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "NxCIU",
                                "ruleId": "W3aFl36Zzr",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "vshHc",
                                "ruleId": "yZhvnObtWf",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "wTqNA",
                                "ruleId": "2nWKoULxte",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "jsenF",
                                "ruleId": "uELU7eU6pL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KFGoz",
                                "ruleId": "NXepfno0Aj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "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."
                                  }
                                ],
                                "percentageAmount": "47.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "gfqJG",
                                "ruleId": "7HpNJ0zcGc",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FxVXS",
                                "ruleId": "tw86ld5mkz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XymoP",
                                "ruleId": "WoKRZ0pdf2",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JrSXm",
                                "ruleId": "LR8cy8PKN8",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "54.1"
                              },
                              {
                                "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": "71.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "499.41",
                                  "curCode": "LBP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VkLmh",
                                "ruleId": "tg385d9gBK",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "135.44",
                                  "curCode": "TJS",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "rNein",
                                "ruleId": "asvoUI0rfW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LhDxk",
                                "ruleId": "FOg6ORep3c",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "TnCJw",
                                "ruleId": "2nF3oKfIkg",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wBUuW",
                                "ruleId": "rytCJYpmEm",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "60.46",
                                  "curCode": "AMD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "138.5",
                                  "curCode": "LAK",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "163.15",
                                  "curCode": "PEN",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "423.78",
                                  "curCode": "KRW",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "0.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "BlRKc",
                                "ruleId": "zyvHunB0Dl",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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": 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": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "239.16",
                        "curCode": "USD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "330.4",
                          "curCode": "OMR",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "58.6",
                          "curCode": "GMD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "76.15",
                          "curCode": "KWD",
                          "taxable": false
                        },
                        "exchangeRate": 0.8187
                      },
                      "originalAmount": {
                        "amount": "93.67",
                        "curCode": "KWD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "79.83",
                                "curCode": "IQD",
                                "taxable": false
                              },
                              "arrivalCity": "PFO",
                              "boardingCity": "UBX",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "68.2",
                                "curCode": "TJS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "422.81",
                                "curCode": "AED",
                                "taxable": false
                              },
                              "arrivalCity": "VVI",
                              "boardingCity": "KGQ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "365.15",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "487.71",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "arrivalCity": "XOM",
                              "boardingCity": "KXX",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "170.95",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "194.57",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "arrivalCity": "FNQ",
                              "boardingCity": "OVR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "343.72",
                                "curCode": "AUD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "419.91",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "arrivalCity": "JWR",
                              "boardingCity": "PDI",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "258.66",
                                "curCode": "GNF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "253.35",
                            "curCode": "BYN",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "361.08",
                                "curCode": "TZS",
                                "taxable": false
                              },
                              "arrivalCity": "NQI",
                              "boardingCity": "FHM",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "265.21",
                                "curCode": "JPY",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "320.36",
                            "curCode": "SYP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "415.85",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "arrivalCity": "JDM",
                              "boardingCity": "ZEP",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "340.83",
                                "curCode": "KGS",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "152.5",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "arrivalCity": "NJF",
                              "boardingCity": "MJL",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "180.23",
                                "curCode": "SZL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "53.97",
                                "curCode": "MMK",
                                "taxable": false
                              },
                              "arrivalCity": "EPN",
                              "boardingCity": "LVF",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "285.75",
                                "curCode": "CAD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "403.29",
                                "curCode": "CDF",
                                "taxable": false
                              },
                              "arrivalCity": "KZQ",
                              "boardingCity": "LGP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "413.31",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "109.17",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "arrivalCity": "QRI",
                              "boardingCity": "JXR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "205.6",
                                "curCode": "ILS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "89.52",
                            "curCode": "KGS",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "59.17",
                              "curCode": "PLN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TJ",
                            "taxCode": "FCz",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "239"
                          },
                          {
                            "amount": {
                              "amount": "45.3",
                              "curCode": "JOD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "YE",
                            "taxCode": "QnU",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "266"
                          },
                          {
                            "amount": {
                              "amount": "31.3",
                              "curCode": "NZD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "MO",
                            "taxCode": "T5z",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "647"
                          },
                          {
                            "amount": {
                              "amount": "8.11",
                              "curCode": "CAD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SS",
                            "taxCode": "cQE",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "428"
                          },
                          {
                            "amount": {
                              "amount": "61.76",
                              "curCode": "BGN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "TG",
                            "taxCode": "HU0",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "153"
                          }
                        ],
                        "total": {
                          "amount": "480.93",
                          "curCode": "THB",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "169.66",
                        "curCode": "ALL",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "DGZ",
                          "date": "2027-07-09T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ECX",
                          "date": "2027-03-21T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2228,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0673",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VTM",
                              "date": "2027-04-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BHA",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VAC",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LUF",
                              "date": "2027-06-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "6YTjosr8",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "0944",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "u"
                      }
                    ],
                    "ticketDesignator": "y7WA",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "171.51",
                        "feeCurrencyCode": "ERN",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "185.53",
                        "feeCurrencyCode": "TWD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "152.48",
                        "feeCurrencyCode": "SSP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "129.55",
                        "feeCurrencyCode": "LBP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "65.76",
                      "curCode": "DZD",
                      "taxable": false
                    },
                    "arrivalCity": "BAD",
                    "boardingCity": "PPG",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "65.77",
                      "curCode": "CAD",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "137.81",
                      "curCode": "PKR",
                      "taxable": true
                    },
                    "arrivalCity": "XKL",
                    "boardingCity": "IKN",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "250.38",
                      "curCode": "ARS",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "79.99",
                      "curCode": "PEN",
                      "taxable": false
                    },
                    "arrivalCity": "EEH",
                    "boardingCity": "FKZ",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "141.8",
                      "curCode": "PHP",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "340.55",
                      "curCode": "KMF",
                      "taxable": false
                    },
                    "arrivalCity": "LEN",
                    "boardingCity": "YHA",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "232.15",
                      "curCode": "NGN",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "317.47",
                      "curCode": "GNF",
                      "taxable": true
                    },
                    "arrivalCity": "QKH",
                    "boardingCity": "GIL",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "264.63",
                      "curCode": "SRD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "4772072",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "6865",
                    "tierCode": "S1",
                    "tierName": "Silver",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "9990875",
                    "airline": "AF",
                    "poviderName": "30K",
                    "programCode": "PREMIER",
                    "programName": "MILES & MORE",
                    "signInID": "1160",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "2891003",
                    "airline": "LH",
                    "poviderName": "50K",
                    "programCode": "PLT/SPH",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "3564",
                    "tierCode": "E1",
                    "tierName": "Silver",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "3966191",
                    "airline": "DL",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "2930",
                    "tierCode": "S1",
                    "tierName": "Gold",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "1086620",
                    "airline": "BA",
                    "poviderName": "PartnerMiles",
                    "programCode": "GOLD",
                    "programName": "ADVANTAGE PLATINUM",
                    "signInID": "1934",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Tyreek",
                  "surname": "Hettinger"
                },
                "price": {
                  "baseAmount": {
                    "amount": "408.36",
                    "curCode": "HNL",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "345.45",
                      "curCode": "SHP",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "313.16",
                      "curCode": "SGD",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "492.89",
                      "curCode": "HUF",
                      "taxable": false
                    },
                    "exchangeRate": 1.0147
                  },
                  "originalAmount": {
                    "amount": "282.07",
                    "curCode": "BWP",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "179.94",
                            "curCode": "BAM",
                            "taxable": true
                          },
                          "arrivalCity": "CNL",
                          "boardingCity": "KAD",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "348.59",
                            "curCode": "CVE",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "421.45",
                        "curCode": "ARS",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "199.52",
                            "curCode": "SHP",
                            "taxable": false
                          },
                          "arrivalCity": "GGO",
                          "boardingCity": "UGM",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "297.29",
                            "curCode": "OMR",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "439.57",
                            "curCode": "JMD",
                            "taxable": false
                          },
                          "arrivalCity": "MAX",
                          "boardingCity": "FWT",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "110.48",
                            "curCode": "USD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "402.73",
                        "curCode": "KRW",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "238.69",
                            "curCode": "PYG",
                            "taxable": true
                          },
                          "arrivalCity": "JJF",
                          "boardingCity": "GQW",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "469.31",
                            "curCode": "ETB",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "323.4",
                            "curCode": "CNY",
                            "taxable": false
                          },
                          "arrivalCity": "VUT",
                          "boardingCity": "CGH",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "135.68",
                            "curCode": "CVE",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "250.16",
                        "curCode": "CUP",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "459.33",
                            "curCode": "AED",
                            "taxable": false
                          },
                          "arrivalCity": "VNK",
                          "boardingCity": "CMZ",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "373.59",
                            "curCode": "GNF",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "111.64",
                            "curCode": "UGX",
                            "taxable": false
                          },
                          "arrivalCity": "BLQ",
                          "boardingCity": "WVI",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "341.82",
                            "curCode": "IRR",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "192.36",
                        "curCode": "MRU",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "53.4",
                          "curCode": "HKD",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "NL",
                        "taxCode": "Q7h",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "628"
                      },
                      {
                        "amount": {
                          "amount": "65.6",
                          "curCode": "GBP",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "WS",
                        "taxCode": "Oah",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "922"
                      }
                    ],
                    "total": {
                      "amount": "137.18",
                      "curCode": "KHR",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "52.54",
                    "curCode": "LSL",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "CwXJDPjMbT"
              }
            ],
            "type": "Air"
          },
          {
            "commission": {
              "amount": "169.3",
              "code": "BFST",
              "currencyCode": "MOP",
              "description": "Corporate rate",
              "percentage": "12.97",
              "percentageAppliedToAmount": "710.54"
            },
            "id": "cmop1O",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26,
                            "min": 3.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.9,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 15.1,
                            "min": 6.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.3,
                            "min": 4.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.1,
                            "min": 0.3,
                            "unit": "K"
                          },
                          {
                            "max": 17.3,
                            "min": 0.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.1,
                            "min": 6.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19,
                            "min": 0.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.8,
                            "min": 7.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 18.9,
                            "min": 1.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.4,
                            "min": 1.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26,
                            "min": 3.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.6,
                            "min": 7.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.4,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.2,
                            "min": 3.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.4,
                            "min": 3.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.4,
                            "min": 6.4,
                            "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": 25.8,
                            "min": 8.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.1,
                            "min": 2.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.6,
                            "min": 0.1,
                            "unit": "K"
                          },
                          {
                            "max": 27.8,
                            "min": 3.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.8,
                            "min": 9.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.1,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.7,
                            "min": 6.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.7,
                            "min": 8.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.8,
                            "min": 3.7,
                            "unit": "K"
                          },
                          {
                            "max": 16.3,
                            "min": 7.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.8,
                            "min": 8.3,
                            "unit": "K"
                          },
                          {
                            "max": 23.8,
                            "min": 7.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.8,
                            "min": 7.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.4,
                            "min": 6.6,
                            "unit": "K"
                          },
                          {
                            "max": 21,
                            "min": 0.7,
                            "unit": "K"
                          },
                          {
                            "max": 10.6,
                            "min": 8.4,
                            "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": 17,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.6,
                            "min": 1,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.9,
                            "min": 7.9,
                            "unit": "K"
                          },
                          {
                            "max": 12.4,
                            "min": 2.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 28.5,
                            "min": 3,
                            "unit": "K"
                          },
                          {
                            "max": 21.1,
                            "min": 1.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.6,
                            "min": 9.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26,
                            "min": 1.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.8,
                            "min": 4.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.6,
                            "min": 0.4,
                            "unit": "K"
                          },
                          {
                            "max": 14.8,
                            "min": 2.9,
                            "unit": "K"
                          },
                          {
                            "max": 22.1,
                            "min": 8.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.2,
                            "min": 7,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.4,
                            "min": 0.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.4,
                            "min": 5.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.8,
                            "min": 9,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.1,
                            "min": 7.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.6,
                            "min": 9.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26.4,
                            "min": 9.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 16,
                            "min": 0.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.4,
                            "min": 7.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 29,
                            "min": 9.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "AVztUNLE",
                      "descriptions": [
                        {
                          "id": "ULpwpeDZGw",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "OFGRTvalPG",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "BNcWFSIzau",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "GWeXGgWadq",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "hpUer",
                      "programID": 157,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "oCkQuDwY",
                      "fareBasisCode": "PJjESdtV",
                      "fareCode": "ArS",
                      "fareDescription": "Private fare",
                      "rbd": "t",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "UY5jQ"
                      },
                      "penalty": {
                        "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": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "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": "13.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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "73.53",
                                  "curCode": "SAR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VBVKh",
                                "ruleId": "lqt00Arvuc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "SmWTc",
                                "ruleId": "5PACJiVMCa",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "XTtif",
                                "ruleId": "4I18zPmZwF",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "FqflC",
                                "ruleId": "We9ACBpq1g",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "105.07",
                                  "curCode": "LYD",
                                  "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "28.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "18.4"
                              },
                              {
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "62.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "62.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "cvQpv",
                                "ruleId": "po3rdByL98",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "VmQIA",
                                "ruleId": "rP8Jgfxh78",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "osqvq",
                                "ruleId": "GnBCv3mFl9",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "jiPCJ",
                                "ruleId": "koeCJZU2oJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "11.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "180.5",
                                  "curCode": "KWD",
                                  "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "360.9",
                                  "curCode": "SZL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RrTpr",
                                "ruleId": "05HCJYLKzl",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "CAVqv",
                                "ruleId": "qO4nxAl7Vs",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "GUTrG",
                                "ruleId": "0I9oMpIu4P",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qoXMv",
                                "ruleId": "5UWQbPbARb",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "499.42",
                        "curCode": "MOP",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "157.24",
                          "curCode": "GHS",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "458.64",
                          "curCode": "RON",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "342.13",
                          "curCode": "PHP",
                          "taxable": true
                        },
                        "exchangeRate": 1.1588
                      },
                      "originalAmount": {
                        "amount": "214.35",
                        "curCode": "IDR",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "220.74",
                                "curCode": "DZD",
                                "taxable": false
                              },
                              "arrivalCity": "EKK",
                              "boardingCity": "LAD",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "321.69",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "159.39",
                            "curCode": "HTG",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "161.62",
                                "curCode": "NIO",
                                "taxable": true
                              },
                              "arrivalCity": "GQD",
                              "boardingCity": "VAL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "65.95",
                                "curCode": "NGN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "301.8",
                            "curCode": "HUF",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "242.02",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "arrivalCity": "HDN",
                              "boardingCity": "YCW",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "375.54",
                                "curCode": "PYG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "59.52",
                                "curCode": "XCD",
                                "taxable": false
                              },
                              "arrivalCity": "FZP",
                              "boardingCity": "MMC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "169.36",
                                "curCode": "KWD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "449.88",
                                "curCode": "ZMW",
                                "taxable": false
                              },
                              "arrivalCity": "ZVA",
                              "boardingCity": "SUO",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "227.16",
                                "curCode": "SHP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "284.65",
                                "curCode": "NZD",
                                "taxable": false
                              },
                              "arrivalCity": "IOU",
                              "boardingCity": "ESS",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "111.1",
                                "curCode": "RON",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "445.42",
                            "curCode": "TMT",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "449.61",
                                "curCode": "UAH",
                                "taxable": false
                              },
                              "arrivalCity": "IAU",
                              "boardingCity": "AID",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "209.09",
                                "curCode": "BWP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "230.19",
                                "curCode": "BDT",
                                "taxable": false
                              },
                              "arrivalCity": "HBF",
                              "boardingCity": "TOW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "410.7",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "397.28",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "arrivalCity": "TFX",
                              "boardingCity": "EFG",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "184.53",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "51.49",
                            "curCode": "VND",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "302.07",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "arrivalCity": "ZRF",
                              "boardingCity": "SBS",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "188.87",
                                "curCode": "XAF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "281.82",
                                "curCode": "BSD",
                                "taxable": true
                              },
                              "arrivalCity": "SFL",
                              "boardingCity": "WJL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "160.29",
                                "curCode": "CDF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "320.53",
                                "curCode": "MKD",
                                "taxable": true
                              },
                              "arrivalCity": "AXO",
                              "boardingCity": "CFI",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "141.69",
                                "curCode": "FJD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "151.5",
                                "curCode": "BDT",
                                "taxable": true
                              },
                              "arrivalCity": "RBZ",
                              "boardingCity": "VDW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "490.71",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "361.66",
                                "curCode": "RON",
                                "taxable": true
                              },
                              "arrivalCity": "LHJ",
                              "boardingCity": "DQT",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "489.5",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "127.1",
                            "curCode": "GTQ",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "40.61",
                              "curCode": "NZD",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "MT",
                            "taxCode": "Y5z",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "502"
                          },
                          {
                            "amount": {
                              "amount": "82.69",
                              "curCode": "GNF",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "CA",
                            "taxCode": "0v4",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "957"
                          },
                          {
                            "amount": {
                              "amount": "3.05",
                              "curCode": "MUR",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "KH",
                            "taxCode": "m68",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "338"
                          },
                          {
                            "amount": {
                              "amount": "38.06",
                              "curCode": "KES",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "FO",
                            "taxCode": "LTk",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "803"
                          },
                          {
                            "amount": {
                              "amount": "6.14",
                              "curCode": "NGN",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "BM",
                            "taxCode": "TLv",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "936"
                          }
                        ],
                        "total": {
                          "amount": "171.38",
                          "curCode": "CZK",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "265.76",
                        "curCode": "BHD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RPZ",
                          "date": "2027-01-30T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "JGH",
                          "date": "2026-09-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4825,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "1258",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BDD",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DDV",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ULA",
                              "date": "2027-03-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KZX",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ZPS",
                              "date": "2027-03-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KKP",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VDM",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YIW",
                              "date": "2027-02-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "FGYtxP1q",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "7146",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "t"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "VWS",
                          "date": "2027-05-06T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "OUY",
                          "date": "2027-07-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3116,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "0654",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "AOR",
                              "date": "2027-03-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OUF",
                              "date": "2026-11-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "Jek9co5j",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "3417",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "K"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "TZK",
                          "date": "2027-08-01T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "FWY",
                          "date": "2026-10-28T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2770,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "6669",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KJG",
                              "date": "2027-02-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YFY",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "FmtV0IDn",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "5611",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "p"
                      }
                    ],
                    "ticketDesignator": "Gl4T",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "188.66",
                        "feeCurrencyCode": "BOB",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "144.12",
                        "feeCurrencyCode": "SAR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "140.91",
                        "feeCurrencyCode": "ZAR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "122.04",
                        "feeCurrencyCode": "ILS",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "57.73",
                        "feeCurrencyCode": "XAF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "VPXXlItw",
                      "descriptions": [
                        {
                          "id": "WccwxNbEZQ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "NUaNwxGCyI",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "NIpoDFgyih",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "SkdthiWlud",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "svlla",
                      "programID": 621,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "vFRLCneC",
                      "fareBasisCode": "gU1ZTuIP",
                      "fareCode": "saT",
                      "fareDescription": "Public fare",
                      "rbd": "A",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "5zSt4"
                      },
                      "penalty": {
                        "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": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "84.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "470.36",
                                  "curCode": "CRC",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "36.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "74.33",
                                  "curCode": "BTN",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "eYQyB",
                                "ruleId": "ChU1t4vX8B",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "PhHBu",
                                "ruleId": "ZcORWpXzKz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "YemQX",
                                "ruleId": "xNmQkoBPW0",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xgySG",
                                "ruleId": "MHSHO0d7OJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "EqKBQ",
                                "ruleId": "CnHuymE99m",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "281.22",
                                  "curCode": "SGD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "94.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "153.15",
                                  "curCode": "SEK",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "10.3"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "EGeJl",
                                "ruleId": "S2lUomZTHC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "134.62",
                                  "curCode": "UYU",
                                  "taxable": false
                                }
                              },
                              {
                                "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": "468.87",
                                  "curCode": "SCR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "31.1"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "VhUOz",
                                "ruleId": "aevT0pMhFO",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hRtFr",
                                "ruleId": "JtvWyIy5bU",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wgTdE",
                                "ruleId": "U5YcSqGTWM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OzYYb",
                                "ruleId": "jL6cRttf55",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "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": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "396.06",
                        "curCode": "PKR",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "113.95",
                          "curCode": "SRD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "278.04",
                          "curCode": "TRY",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "426.94",
                          "curCode": "TJS",
                          "taxable": false
                        },
                        "exchangeRate": 0.9099
                      },
                      "originalAmount": {
                        "amount": "269.72",
                        "curCode": "SOS",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "221.85",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "arrivalCity": "TWX",
                              "boardingCity": "BXM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "368.59",
                                "curCode": "TOP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "290.98",
                            "curCode": "GEL",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "31.89",
                              "curCode": "VES",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CD",
                            "taxCode": "3FS",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "125"
                          },
                          {
                            "amount": {
                              "amount": "1.46",
                              "curCode": "SHP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PR",
                            "taxCode": "7Ml",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "964"
                          }
                        ],
                        "total": {
                          "amount": "470.62",
                          "curCode": "ZMW",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "345.64",
                        "curCode": "FKP",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "OPO",
                          "date": "2027-06-30T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "VLT",
                          "date": "2027-07-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 318,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5025",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "AWN",
                              "date": "2026-08-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FFY",
                              "date": "2027-04-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KZJ",
                              "date": "2027-08-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ELN",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JQD",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SBV",
                              "date": "2026-12-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PPB",
                              "date": "2027-08-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XZD",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "d3WHn_dU",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "2136",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "NWU",
                          "date": "2027-01-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "WCN",
                          "date": "2026-09-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4274,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0136",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OPQ",
                              "date": "2027-07-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KDZ",
                              "date": "2026-11-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "eC1pp0B6",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "7397",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "m"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PYK",
                          "date": "2027-08-04T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "TQW",
                          "date": "2027-07-22T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3977,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5229",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EEO",
                              "date": "2027-07-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NRL",
                              "date": "2026-09-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PCH",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MST",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "LQreoSAi",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "6996",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "B"
                      }
                    ],
                    "ticketDesignator": "yktr",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "50.96",
                        "feeCurrencyCode": "RWF",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "110.15",
                        "feeCurrencyCode": "HUF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "184.76",
                        "feeCurrencyCode": "IRR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "KVKUlohn",
                      "descriptions": [
                        {
                          "id": "YyuSgyYbPW",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "bBSNxlbTkM",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "VBcAf",
                      "programID": 995,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "SvXZJsGQ",
                      "fareBasisCode": "k67uL01P",
                      "fareCode": "2c9",
                      "fareDescription": "Private fare",
                      "rbd": "D",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "3uHzJ"
                      },
                      "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": 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."
                                  }
                                ],
                                "percentageAmount": "67.5"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "95.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "28.8"
                              },
                              {
                                "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": "89.3"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "jyFYJ",
                                "ruleId": "GOXA9i8jIn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "YMPYg",
                                "ruleId": "c2szjVEn10",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "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": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "403.34",
                        "curCode": "AZN",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "334.45",
                          "curCode": "TTD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "74.25",
                          "curCode": "CLP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "179.32",
                          "curCode": "DOP",
                          "taxable": false
                        },
                        "exchangeRate": 1.1008
                      },
                      "originalAmount": {
                        "amount": "148.54",
                        "curCode": "FJD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "244.25",
                                "curCode": "SZL",
                                "taxable": true
                              },
                              "arrivalCity": "EXJ",
                              "boardingCity": "BFG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "69.84",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "304.76",
                                "curCode": "PAB",
                                "taxable": true
                              },
                              "arrivalCity": "JAK",
                              "boardingCity": "YYQ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "490.24",
                                "curCode": "TMT",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "496.49",
                                "curCode": "MWK",
                                "taxable": false
                              },
                              "arrivalCity": "GPT",
                              "boardingCity": "RUZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "326.33",
                                "curCode": "SDG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "130.4",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "arrivalCity": "YUU",
                              "boardingCity": "SXB",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "52.45",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "149.1",
                                "curCode": "MUR",
                                "taxable": true
                              },
                              "arrivalCity": "VPH",
                              "boardingCity": "YFN",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "397.92",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "62.78",
                            "curCode": "SCR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "305.38",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "YRA",
                              "boardingCity": "NRT",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "232.67",
                                "curCode": "KMF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "444.41",
                                "curCode": "PHP",
                                "taxable": true
                              },
                              "arrivalCity": "TMX",
                              "boardingCity": "QKT",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "368.55",
                                "curCode": "VND",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "149.95",
                                "curCode": "NOK",
                                "taxable": true
                              },
                              "arrivalCity": "FMS",
                              "boardingCity": "UWS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "84.34",
                                "curCode": "BHD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "466.34",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "arrivalCity": "AQK",
                              "boardingCity": "VYN",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "68.76",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "347.97",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "GUH",
                              "boardingCity": "RIT",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "178.41",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "50.27",
                            "curCode": "PKR",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "93.81",
                              "curCode": "VND",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GM",
                            "taxCode": "tKF",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "656"
                          },
                          {
                            "amount": {
                              "amount": "8.21",
                              "curCode": "ISK",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "AS",
                            "taxCode": "TBc",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "430"
                          },
                          {
                            "amount": {
                              "amount": "42.08",
                              "curCode": "THB",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TD",
                            "taxCode": "UWO",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "148"
                          },
                          {
                            "amount": {
                              "amount": "25.13",
                              "curCode": "CVE",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TN",
                            "taxCode": "5ao",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "880"
                          },
                          {
                            "amount": {
                              "amount": "67.91",
                              "curCode": "SSP",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "EH",
                            "taxCode": "xq6",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "653"
                          }
                        ],
                        "total": {
                          "amount": "242.09",
                          "curCode": "STN",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "189.27",
                        "curCode": "SRD",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "BUY",
                          "date": "2026-10-18T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "WZJ",
                          "date": "2027-02-26T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 488,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "6337",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CBI",
                              "date": "2027-05-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MVC",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZVM",
                              "date": "2027-01-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZUZ",
                              "date": "2026-09-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "VnomWxtA",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "6475",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "CIO",
                          "date": "2026-10-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "QJT",
                          "date": "2026-08-26T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2857,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "7078",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MXK",
                              "date": "2027-06-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PRM",
                              "date": "2027-06-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "GLD",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DRB",
                              "date": "2027-06-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QUR",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "POH",
                              "date": "2027-06-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "BQH",
                              "date": "2027-04-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DRB",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "FUipCoU0",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "5740",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "G"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "BML",
                          "date": "2026-10-03T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "RKH",
                          "date": "2027-08-10T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2333,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "5736",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QQF",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HRP",
                              "date": "2027-04-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "TJH",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KIW",
                              "date": "2027-05-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TCW",
                              "date": "2027-03-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FSQ",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "-jWzdD4A",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "6344",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "j"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "QZB",
                          "date": "2026-10-26T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FFF",
                          "date": "2026-10-09T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1759,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0474",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QLY",
                              "date": "2026-11-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KFE",
                              "date": "2027-04-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "13S22wGq",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "8110",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "N"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IOC",
                          "date": "2027-06-27T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "REF",
                          "date": "2026-10-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 173,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "6506",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "PMN",
                              "date": "2026-12-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PXA",
                              "date": "2027-07-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EXJ",
                              "date": "2026-10-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JAG",
                              "date": "2026-08-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JOP",
                              "date": "2026-09-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FBU",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "MEF",
                              "date": "2027-07-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "INR",
                              "date": "2026-12-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "diPf4N_J",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "7472",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "q"
                      }
                    ],
                    "ticketDesignator": "Uygz",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "119.31",
                        "feeCurrencyCode": "JPY",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "51.3",
                        "feeCurrencyCode": "ARS",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "67.27",
                        "feeCurrencyCode": "RSD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "168.94",
                      "curCode": "IRR",
                      "taxable": false
                    },
                    "arrivalCity": "CZC",
                    "boardingCity": "QLN",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "466.15",
                      "curCode": "SGD",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "106.42",
                      "curCode": "LAK",
                      "taxable": false
                    },
                    "arrivalCity": "XEV",
                    "boardingCity": "DCN",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "54.26",
                      "curCode": "BGN",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "409",
                      "curCode": "SHP",
                      "taxable": true
                    },
                    "arrivalCity": "BZC",
                    "boardingCity": "OHW",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "321.28",
                      "curCode": "KMF",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "237.95",
                      "curCode": "KGS",
                      "taxable": true
                    },
                    "arrivalCity": "AZX",
                    "boardingCity": "FMS",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "334.37",
                      "curCode": "AZN",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1204869",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "2899",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "6390141",
                    "airline": "LH",
                    "poviderName": "100K",
                    "programCode": "PLT/SPH",
                    "programName": "SKYMILES GOLD",
                    "signInID": "4500",
                    "tierCode": "P1",
                    "tierName": "Silver",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "2697853",
                    "airline": "UA",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "9123",
                    "tierCode": "P2",
                    "tierName": "Silver",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "3316752",
                    "airline": "JL",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "6782",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Elisha",
                  "surname": "Funk"
                },
                "price": {
                  "baseAmount": {
                    "amount": "276.02",
                    "curCode": "XPF",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "55.91",
                      "curCode": "GEL",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "393.45",
                      "curCode": "MWK",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "246.51",
                      "curCode": "RUB",
                      "taxable": true
                    },
                    "exchangeRate": 1.0077
                  },
                  "originalAmount": {
                    "amount": "397.41",
                    "curCode": "COP",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "53.84",
                            "curCode": "KGS",
                            "taxable": false
                          },
                          "arrivalCity": "VDB",
                          "boardingCity": "DXZ",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "277.27",
                            "curCode": "NPR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "180.88",
                            "curCode": "GNF",
                            "taxable": false
                          },
                          "arrivalCity": "VIE",
                          "boardingCity": "BIR",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "208.7",
                            "curCode": "CHF",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "420.35",
                            "curCode": "XPF",
                            "taxable": true
                          },
                          "arrivalCity": "XSG",
                          "boardingCity": "HUC",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "252.54",
                            "curCode": "SLE",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "304.3",
                        "curCode": "AZN",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "12.14",
                          "curCode": "BZD",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "AO",
                        "taxCode": "IiX",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "524"
                      },
                      {
                        "amount": {
                          "amount": "72.68",
                          "curCode": "SSP",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "GN",
                        "taxCode": "U9l",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "473"
                      },
                      {
                        "amount": {
                          "amount": "96.77",
                          "curCode": "BYN",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "BJ",
                        "taxCode": "G99",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "993"
                      },
                      {
                        "amount": {
                          "amount": "54.43",
                          "curCode": "FKP",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "MX",
                        "taxCode": "aTS",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "297"
                      },
                      {
                        "amount": {
                          "amount": "17.78",
                          "curCode": "ISK",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "GG",
                        "taxCode": "4Ym",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "160"
                      }
                    ],
                    "total": {
                      "amount": "337.7",
                      "curCode": "GMD",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "150.4",
                    "curCode": "IDR",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "JUNSfZzBND"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.3,
                            "min": 7.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.5,
                            "min": 1,
                            "unit": "K"
                          },
                          {
                            "max": 14.3,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 19.4,
                            "min": 2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.4,
                            "min": 5.1,
                            "unit": "K"
                          },
                          {
                            "max": 14.3,
                            "min": 5.1,
                            "unit": "K"
                          },
                          {
                            "max": 22.1,
                            "min": 2.6,
                            "unit": "K"
                          },
                          {
                            "max": 22.2,
                            "min": 5.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.2,
                            "min": 9.1,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "iBmvcIas",
                      "descriptions": [
                        {
                          "id": "tzABCpSEaf",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "YKaGKoBofY",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "xspdLStwvc",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "pMNKVycvMx",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "FpacJoZezC",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "gNqdW",
                      "programID": 890,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "YuJQojbc",
                      "fareBasisCode": "dldcuCuv",
                      "fareCode": "FyF",
                      "fareDescription": "Private fare",
                      "rbd": "U",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "nyHKa"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "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."
                                  }
                                ],
                                "percentageAmount": "25.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "qMWjg",
                                "ruleId": "oTnKS6Yjrx",
                                "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": "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": "95"
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "431.77",
                                  "curCode": "SLE",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "80.68",
                                  "curCode": "VND",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "21.1"
                              },
                              {
                                "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": "155.57",
                                  "curCode": "CNY",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "CfChx",
                                "ruleId": "nhqhtrZu90",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ptngs",
                                "ruleId": "5wE6QwZJN8",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "65.71",
                                  "curCode": "LRD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "343.12",
                                  "curCode": "COP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "86.1"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "nsWqo",
                                "ruleId": "zSCkAmfNOb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "breGo",
                                "ruleId": "wSypWDgT2L",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "20.4"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "149.61",
                                  "curCode": "ZMW",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "111.26",
                                  "curCode": "AOA",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "bPMCE",
                                "ruleId": "mQQolbkG8O",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Vykpm",
                                "ruleId": "W9uA7aD9tf",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "129.19",
                        "curCode": "CAD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "127.41",
                          "curCode": "BRL",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "277.99",
                          "curCode": "NAD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "368.05",
                          "curCode": "RWF",
                          "taxable": false
                        },
                        "exchangeRate": 1.1814
                      },
                      "originalAmount": {
                        "amount": "407.8",
                        "curCode": "HNL",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "478.05",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "arrivalCity": "LGT",
                              "boardingCity": "TOT",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "343.82",
                                "curCode": "BGN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "471.99",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "arrivalCity": "BCC",
                              "boardingCity": "KII",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "341.84",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "440.09",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "QQH",
                              "boardingCity": "KUB",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "308.6",
                                "curCode": "SHP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "276.33",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "arrivalCity": "ZZZ",
                              "boardingCity": "HTG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "361.9",
                                "curCode": "BWP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "203.46",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "arrivalCity": "CAS",
                              "boardingCity": "OVM",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "446.71",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "469.16",
                            "curCode": "BBD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "241.45",
                                "curCode": "USD",
                                "taxable": true
                              },
                              "arrivalCity": "QTU",
                              "boardingCity": "RKY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "377.49",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "207.5",
                                "curCode": "BMD",
                                "taxable": false
                              },
                              "arrivalCity": "NHF",
                              "boardingCity": "REI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "374.06",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "59.6",
                                "curCode": "AOA",
                                "taxable": false
                              },
                              "arrivalCity": "VIZ",
                              "boardingCity": "XGY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "497.83",
                                "curCode": "PHP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "260.24",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "arrivalCity": "PYS",
                              "boardingCity": "YXD",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "229.17",
                                "curCode": "DOP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "436.71",
                            "curCode": "NZD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "398.37",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "arrivalCity": "ZTR",
                              "boardingCity": "VGV",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "438.66",
                                "curCode": "YER",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "237.13",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "arrivalCity": "ATY",
                              "boardingCity": "YTB",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "439.6",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "164.43",
                            "curCode": "HTG",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "352.06",
                                "curCode": "BIF",
                                "taxable": false
                              },
                              "arrivalCity": "BNX",
                              "boardingCity": "LTO",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "104.73",
                                "curCode": "TMT",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "437.35",
                                "curCode": "BYN",
                                "taxable": false
                              },
                              "arrivalCity": "TZG",
                              "boardingCity": "JKZ",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "67.65",
                                "curCode": "UZS",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "387.92",
                                "curCode": "BMD",
                                "taxable": false
                              },
                              "arrivalCity": "BSP",
                              "boardingCity": "LGR",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "90.43",
                                "curCode": "RWF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "320.35",
                                "curCode": "IQD",
                                "taxable": true
                              },
                              "arrivalCity": "DSK",
                              "boardingCity": "OJK",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "235.91",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "416.54",
                            "curCode": "DOP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "35.96",
                              "curCode": "AMD",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CL",
                            "taxCode": "dIM",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "735"
                          },
                          {
                            "amount": {
                              "amount": "90.49",
                              "curCode": "ERN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "EC",
                            "taxCode": "1VE",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "729"
                          }
                        ],
                        "total": {
                          "amount": "484",
                          "curCode": "XPF",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "370.53",
                        "curCode": "GIP",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "SSV",
                          "date": "2027-07-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "CKM",
                          "date": "2027-05-21T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3320,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "5197",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EFJ",
                              "date": "2027-08-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YQF",
                              "date": "2026-09-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RBZ",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FXR",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "DDhjNgME",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "4840",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "t"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XEP",
                          "date": "2027-08-04T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "BHG",
                          "date": "2026-12-13T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2844,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3500",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RVO",
                              "date": "2026-11-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EMH",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "HsFbHl-H",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "1148",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "X"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "JNQ",
                          "date": "2027-05-21T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "NMO",
                          "date": "2027-03-18T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2407,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "3940",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EBS",
                              "date": "2027-05-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GQF",
                              "date": "2027-03-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "3gGakL_N",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "7947",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "UOB",
                          "date": "2026-11-18T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "DXH",
                          "date": "2026-12-02T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4700,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "7992",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FIF",
                              "date": "2026-11-08T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JLF",
                              "date": "2027-08-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "AFS",
                              "date": "2027-04-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AXZ",
                              "date": "2027-07-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VBX",
                              "date": "2026-11-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CWH",
                              "date": "2027-06-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VUW",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QGF",
                              "date": "2027-07-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "62n9NCRA",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "1138",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "b"
                      }
                    ],
                    "ticketDesignator": "4XWI",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "108.41",
                        "feeCurrencyCode": "KES",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "VHwAhxAk",
                      "descriptions": [
                        {
                          "id": "lOurbsHwog",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "sFqPdNqeJk",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "ETPPGpIHmX",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "MtUMDwEkhu",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "USOBbWTdxC",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "caHuB",
                      "programID": 307,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "yqSnIbpm",
                      "fareBasisCode": "h4IvpdeF",
                      "fareCode": "qP5",
                      "fareDescription": "Private fare",
                      "rbd": "P",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "WsJSr"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "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": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "228.61",
                                  "curCode": "JMD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "dmxCE",
                                "ruleId": "qAHm8gLlyG",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ThgGL",
                                "ruleId": "bQb4drdhX6",
                                "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "157.95",
                                  "curCode": "LAK",
                                  "taxable": true
                                }
                              },
                              {
                                "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "466.83",
                                  "curCode": "BYN",
                                  "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "99.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "GrQql",
                                "ruleId": "aT04ZW04H1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "uYqgi",
                                "ruleId": "dkHqw9vHNP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "OwCMz",
                                "ruleId": "eoFcLrNzYX",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "143.84",
                                  "curCode": "UZS",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "fdcux",
                                "ruleId": "XyllyVrOGv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "IsPHt",
                                "ruleId": "O4oMDqlLWR",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "XCSHY",
                                "ruleId": "Q2sNgDean7",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "UHtEk",
                                "ruleId": "cvDKntk96X",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "DBNdk",
                                "ruleId": "Spct2ztKQh",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "134.47",
                        "curCode": "USD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "395.96",
                          "curCode": "DOP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "224.31",
                          "curCode": "ANG",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "190.86",
                          "curCode": "SRD",
                          "taxable": true
                        },
                        "exchangeRate": 1.067
                      },
                      "originalAmount": {
                        "amount": "136.9",
                        "curCode": "UAH",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "316.76",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "arrivalCity": "TJQ",
                              "boardingCity": "JHS",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "382.29",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "314.57",
                                "curCode": "XCD",
                                "taxable": true
                              },
                              "arrivalCity": "KMS",
                              "boardingCity": "SFE",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "274.2",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "387.84",
                                "curCode": "GTQ",
                                "taxable": false
                              },
                              "arrivalCity": "OUB",
                              "boardingCity": "QZE",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "157.38",
                                "curCode": "ILS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "230.02",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "arrivalCity": "LEU",
                              "boardingCity": "HJT",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "417.93",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "359.04",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "arrivalCity": "QTI",
                              "boardingCity": "JJF",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "375.91",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "144.6",
                            "curCode": "SHP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "380.06",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "arrivalCity": "XVR",
                              "boardingCity": "QTL",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "63.89",
                                "curCode": "BND",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "249.33",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "arrivalCity": "WCR",
                              "boardingCity": "KAO",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "159.84",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "141.79",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "arrivalCity": "FOD",
                              "boardingCity": "YFK",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "314.01",
                                "curCode": "SRD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "97.4",
                            "curCode": "SSP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "382.65",
                                "curCode": "AZN",
                                "taxable": false
                              },
                              "arrivalCity": "JVW",
                              "boardingCity": "JNP",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "202.84",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "95.64",
                            "curCode": "HTG",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "81.02",
                              "curCode": "AED",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TG",
                            "taxCode": "bzK",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "216"
                          },
                          {
                            "amount": {
                              "amount": "52.31",
                              "curCode": "BDT",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "IN",
                            "taxCode": "IDR",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "869"
                          },
                          {
                            "amount": {
                              "amount": "40.38",
                              "curCode": "TZS",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "DZ",
                            "taxCode": "08p",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "361"
                          },
                          {
                            "amount": {
                              "amount": "0.85",
                              "curCode": "CAD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SN",
                            "taxCode": "oEG",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "377"
                          }
                        ],
                        "total": {
                          "amount": "367.66",
                          "curCode": "NPR",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "482.21",
                        "curCode": "THB",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NOK",
                          "date": "2026-12-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JCQ",
                          "date": "2026-11-04T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1767,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "3591",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MOM",
                              "date": "2027-02-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BEK",
                              "date": "2027-01-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LVX",
                              "date": "2026-11-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JWO",
                              "date": "2027-06-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "lKvkGkdR",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0482",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "B"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "WOB",
                          "date": "2027-01-24T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ARC",
                          "date": "2026-12-03T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3486,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4908",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OFG",
                              "date": "2027-02-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TWL",
                              "date": "2026-10-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UGA",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YDG",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "SAM",
                              "date": "2027-04-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EGM",
                              "date": "2026-12-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VZV",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "OAN",
                              "date": "2027-04-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YLP",
                              "date": "2027-02-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FJI",
                              "date": "2027-03-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "xkPB9dSp",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5420",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PTW",
                          "date": "2026-10-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "YFO",
                          "date": "2027-06-03T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2503,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "6806",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "CLS",
                              "date": "2027-07-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CNL",
                              "date": "2027-01-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LVN",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TDZ",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ZWZ",
                              "date": "2027-01-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SNW",
                              "date": "2027-03-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "-5x2Afjj",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "6053",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "G"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "TOP",
                          "date": "2026-11-06T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KIU",
                          "date": "2027-03-10T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2538,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "2459",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MVI",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HGZ",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "XIZ",
                              "date": "2026-10-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UAS",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "EEC",
                              "date": "2027-06-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YBR",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "jlv0-9xG",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "4208",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "x"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "HFB",
                          "date": "2027-05-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "XKQ",
                          "date": "2027-07-17T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2454,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4523",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BMU",
                              "date": "2026-12-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MOE",
                              "date": "2027-05-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "8v0t_R88",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "5384",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "J"
                      }
                    ],
                    "ticketDesignator": "ZM4A",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "65.89",
                        "feeCurrencyCode": "EUR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "180.07",
                        "feeCurrencyCode": "MKD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "109.83",
                        "feeCurrencyCode": "PYG",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "154.78",
                        "feeCurrencyCode": "CVE",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "jrPqWFXu",
                      "descriptions": [
                        {
                          "id": "SfSqsFvhXJ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "XBdmqFooUQ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "zAzveDLqxM",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "GVygc",
                      "programID": 114,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "hNnHLGGa",
                      "fareBasisCode": "iYFIkUmD",
                      "fareCode": "KGi",
                      "fareDescription": "Public fare",
                      "rbd": "E",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Ebhf8"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": true,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "294.98",
                                  "curCode": "CZK",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "8.7"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "13.3"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "242.55",
                                  "curCode": "HTG",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "OnvqC",
                                "ruleId": "HBevK0iDaj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "dkYBx",
                                "ruleId": "VNuOklb1rx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZTnjs",
                                "ruleId": "A0FcT5xP3X",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "aPrTL",
                                "ruleId": "JfC5zVMTGe",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "486.69",
                        "curCode": "MYR",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "292.65",
                          "curCode": "TWD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "315.51",
                          "curCode": "EGP",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "132",
                          "curCode": "MMK",
                          "taxable": false
                        },
                        "exchangeRate": 0.9213
                      },
                      "originalAmount": {
                        "amount": "184.65",
                        "curCode": "PAB",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "345.59",
                                "curCode": "CAD",
                                "taxable": true
                              },
                              "arrivalCity": "SQO",
                              "boardingCity": "SEN",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "171.4",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "288.27",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "BNI",
                              "boardingCity": "RTV",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "360.91",
                                "curCode": "JMD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "392.34",
                            "curCode": "AZN",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "483.48",
                                "curCode": "AOA",
                                "taxable": true
                              },
                              "arrivalCity": "OMQ",
                              "boardingCity": "SKF",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "319.19",
                                "curCode": "DJF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "392.29",
                            "curCode": "MXN",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "8.56",
                              "curCode": "CZK",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "GE",
                            "taxCode": "RtS",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "701"
                          },
                          {
                            "amount": {
                              "amount": "76.6",
                              "curCode": "SCR",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "BT",
                            "taxCode": "wiJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "272"
                          },
                          {
                            "amount": {
                              "amount": "15.67",
                              "curCode": "MKD",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CI",
                            "taxCode": "PW4",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "712"
                          },
                          {
                            "amount": {
                              "amount": "50.35",
                              "curCode": "RUB",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "CK",
                            "taxCode": "VSm",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "913"
                          }
                        ],
                        "total": {
                          "amount": "345.6",
                          "curCode": "ZWL",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "386.42",
                        "curCode": "KGS",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JJE",
                          "date": "2027-04-22T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "GMN",
                          "date": "2027-04-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1833,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1297",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KMA",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YCL",
                              "date": "2027-01-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LUK",
                              "date": "2026-12-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DHH",
                              "date": "2027-08-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NET",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TYF",
                              "date": "2027-07-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "LRA",
                              "date": "2026-12-24T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZVL",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "-vmppF9H",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "6037",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "U"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "CYC",
                          "date": "2027-06-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "XHY",
                          "date": "2027-07-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 212,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "2711",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OZS",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XZE",
                              "date": "2027-08-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UXG",
                              "date": "2027-08-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LCI",
                              "date": "2027-01-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CEP",
                              "date": "2027-06-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PEH",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "JRR",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UDN",
                              "date": "2027-08-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "hRIT7Ump",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "0661",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "v"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "BIM",
                          "date": "2026-09-04T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JZA",
                          "date": "2027-07-01T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 635,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "5190",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "STG",
                              "date": "2027-03-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VGM",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UNI",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WJN",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "deiSXaQo",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "1305",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "PZU",
                          "date": "2026-12-13T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KZH",
                          "date": "2027-01-28T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4201,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "7141",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UNI",
                              "date": "2027-01-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KOM",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "SWY",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VDK",
                              "date": "2027-06-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HCP",
                              "date": "2026-09-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SGC",
                              "date": "2027-06-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "BteIqSBL",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "4032",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "G"
                      }
                    ],
                    "ticketDesignator": "xS58",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "176.4",
                        "feeCurrencyCode": "THB",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure",
                          "No Show",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "56.78",
                        "feeCurrencyCode": "ANG",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "74.27",
                        "feeCurrencyCode": "MZN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "196.72",
                        "feeCurrencyCode": "SCR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "106.57",
                        "feeCurrencyCode": "THB",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "npOgPJLV",
                      "descriptions": [
                        {
                          "id": "DFDehWvsEQ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "iNBumhZdmP",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "YQvcF",
                      "programID": 906,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "KKrudXUp",
                      "fareBasisCode": "8BkAZ7Z9",
                      "fareCode": "pJ8",
                      "fareDescription": "Public fare",
                      "rbd": "Z",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "UTR6b"
                      },
                      "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": true,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": false,
                        "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "123.25",
                                  "curCode": "MGA",
                                  "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "150.74",
                                  "curCode": "KRW",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "492.85",
                                  "curCode": "LRD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "84.3"
                              },
                              {
                                "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": "171.26",
                                  "curCode": "TRY",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "MzhNT",
                                "ruleId": "8UmOwyNd7G",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gJTSr",
                                "ruleId": "VHrCMud2zC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "KKxML",
                                "ruleId": "74aqYT7Vfb",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "gNjgE",
                                "ruleId": "lzO6fGUQ68",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "geLgp",
                                "ruleId": "w2fOajt7f5",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "250.41",
                        "curCode": "JOD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "314.11",
                          "curCode": "MYR",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "420.37",
                          "curCode": "ALL",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "462.44",
                          "curCode": "XPF",
                          "taxable": true
                        },
                        "exchangeRate": 1.0011
                      },
                      "originalAmount": {
                        "amount": "386.29",
                        "curCode": "PGK",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "446.22",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "arrivalCity": "LFS",
                              "boardingCity": "XPA",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "83.17",
                                "curCode": "HUF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "338.09",
                            "curCode": "NAD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "188.76",
                                "curCode": "XAF",
                                "taxable": true
                              },
                              "arrivalCity": "EGH",
                              "boardingCity": "TAK",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "360.46",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "484",
                                "curCode": "OMR",
                                "taxable": false
                              },
                              "arrivalCity": "KXH",
                              "boardingCity": "KJD",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "278.23",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "444.84",
                            "curCode": "RSD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "77.81",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "arrivalCity": "LJJ",
                              "boardingCity": "GXL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "184.61",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "99.59",
                            "curCode": "DKK",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "347.65",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "arrivalCity": "ZEY",
                              "boardingCity": "RSB",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "61.69",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "493.22",
                            "curCode": "SDG",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "129.46",
                                "curCode": "USD",
                                "taxable": false
                              },
                              "arrivalCity": "EPB",
                              "boardingCity": "NRO",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "358.31",
                                "curCode": "SDG",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "171.73",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "arrivalCity": "QYP",
                              "boardingCity": "QGD",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "403.74",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "121.64",
                                "curCode": "PKR",
                                "taxable": false
                              },
                              "arrivalCity": "DMK",
                              "boardingCity": "VVK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "205.89",
                                "curCode": "ARS",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "208.35",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "arrivalCity": "FLD",
                              "boardingCity": "UEO",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "207.18",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "297.69",
                                "curCode": "TTD",
                                "taxable": false
                              },
                              "arrivalCity": "FCF",
                              "boardingCity": "ERO",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "184.89",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "250.34",
                            "curCode": "GIP",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "88.46",
                              "curCode": "ALL",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SJ",
                            "taxCode": "55A",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "893"
                          }
                        ],
                        "total": {
                          "amount": "444.92",
                          "curCode": "HTG",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "460.88",
                        "curCode": "RWF",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YVU",
                          "date": "2027-04-28T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "LSN",
                          "date": "2026-12-20T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 1365,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "6799",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OTN",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AIE",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HOV",
                              "date": "2027-02-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KPS",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "LonVyxE7",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2539",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "YIG",
                          "date": "2027-07-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "CJQ",
                          "date": "2027-06-15T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2081,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "3757",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DFA",
                              "date": "2027-05-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UCN",
                              "date": "2027-07-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KNO",
                              "date": "2027-06-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "REZ",
                              "date": "2026-12-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RIP",
                              "date": "2026-12-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HMH",
                              "date": "2027-08-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ZFZ",
                              "date": "2026-11-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EIS",
                              "date": "2027-03-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "1ojHjoVe",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0497",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "N"
                      }
                    ],
                    "ticketDesignator": "Qplp",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "52.85",
                        "feeCurrencyCode": "CHF",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "114.38",
                        "feeCurrencyCode": "ILS",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "120.52",
                        "feeCurrencyCode": "BYN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "34.81",
                        "feeCurrencyCode": "AOA",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "447.8",
                      "curCode": "MXN",
                      "taxable": true
                    },
                    "arrivalCity": "AWN",
                    "boardingCity": "VVY",
                    "description": "Segment Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "395.35",
                      "curCode": "PYG",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "313.1",
                      "curCode": "QAR",
                      "taxable": true
                    },
                    "arrivalCity": "AUQ",
                    "boardingCity": "CSS",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "164.85",
                      "curCode": "THB",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "5339828",
                    "airline": "BA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "3141",
                    "tierCode": "G1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "2107913",
                    "airline": "AA",
                    "poviderName": "50K",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "3554",
                    "tierCode": "S1",
                    "tierName": "Gold",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Karlee",
                  "surname": "O'Kon"
                },
                "price": {
                  "baseAmount": {
                    "amount": "203.34",
                    "curCode": "UYU",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "459.42",
                      "curCode": "HUF",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "496.33",
                      "curCode": "RUB",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "102.02",
                      "curCode": "ISK",
                      "taxable": false
                    },
                    "exchangeRate": 0.8266
                  },
                  "originalAmount": {
                    "amount": "180.11",
                    "curCode": "TRY",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "366.92",
                            "curCode": "CAD",
                            "taxable": false
                          },
                          "arrivalCity": "OWE",
                          "boardingCity": "AOD",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "83.21",
                            "curCode": "GMD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "104.43",
                        "curCode": "NZD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "353.12",
                            "curCode": "CDF",
                            "taxable": false
                          },
                          "arrivalCity": "VNN",
                          "boardingCity": "RBU",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "293.66",
                            "curCode": "MNT",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "399.29",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "arrivalCity": "GAO",
                          "boardingCity": "SDG",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "391.81",
                            "curCode": "KES",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "114.67",
                        "curCode": "PLN",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "202.64",
                            "curCode": "GHS",
                            "taxable": true
                          },
                          "arrivalCity": "UUR",
                          "boardingCity": "MQG",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "63.54",
                            "curCode": "XCD",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "153.96",
                            "curCode": "FKP",
                            "taxable": false
                          },
                          "arrivalCity": "ARH",
                          "boardingCity": "GID",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "113.81",
                            "curCode": "MXN",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "293.81",
                            "curCode": "CAD",
                            "taxable": true
                          },
                          "arrivalCity": "NJP",
                          "boardingCity": "ONC",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "402.89",
                            "curCode": "CDF",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "157.68",
                            "curCode": "HKD",
                            "taxable": false
                          },
                          "arrivalCity": "HYP",
                          "boardingCity": "EJD",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "66.56",
                            "curCode": "ANG",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "461.95",
                            "curCode": "BZD",
                            "taxable": false
                          },
                          "arrivalCity": "IYV",
                          "boardingCity": "QRN",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "200.46",
                            "curCode": "CZK",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "261.26",
                        "curCode": "DKK",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "18.83",
                          "curCode": "LSL",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "GY",
                        "taxCode": "7xw",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "064"
                      },
                      {
                        "amount": {
                          "amount": "18.26",
                          "curCode": "MNT",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "CF",
                        "taxCode": "rct",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "353"
                      }
                    ],
                    "total": {
                      "amount": "287.21",
                      "curCode": "TTD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "496.26",
                    "curCode": "KZT",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "hQyYSovsFz"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13,
                            "min": 5.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 26.6,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 20,
                            "min": 0.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.2,
                            "min": 2.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 29.2,
                            "min": 4.2,
                            "unit": "K"
                          }
                        ],
                        "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": 10.1,
                            "min": 7.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.5,
                            "min": 4.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.1,
                            "min": 1.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24,
                            "min": 0.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 16.8,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.7,
                            "min": 2.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.1,
                            "min": 3.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.8,
                            "min": 5,
                            "unit": "K"
                          },
                          {
                            "max": 17.4,
                            "min": 1.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.1,
                            "min": 9.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.6,
                            "min": 3.5,
                            "unit": "K"
                          },
                          {
                            "max": 25.6,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.2,
                            "min": 0.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.6,
                            "min": 9.5,
                            "unit": "K"
                          },
                          {
                            "max": 20.2,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.6,
                            "min": 7.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.4,
                            "min": 7.6,
                            "unit": "K"
                          },
                          {
                            "max": 21.1,
                            "min": 3.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 21.5,
                            "min": 9.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.3,
                            "min": 9.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.6,
                            "min": 4.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.8,
                            "min": 3.8,
                            "unit": "K"
                          },
                          {
                            "max": 25.2,
                            "min": 0.8,
                            "unit": "K"
                          },
                          {
                            "max": 10,
                            "min": 3.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.4,
                            "min": 6.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.9,
                            "min": 6.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.6,
                            "min": 4.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.2,
                            "min": 9.9,
                            "unit": "K"
                          },
                          {
                            "max": 10.1,
                            "min": 1.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.8,
                            "min": 3.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.8,
                            "min": 4.7,
                            "unit": "K"
                          },
                          {
                            "max": 20.7,
                            "min": 9.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "YbQRwjXC",
                      "descriptions": [
                        {
                          "id": "oVmQknqFzQ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "quKgIjTbYQ",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "NNtBR",
                      "programID": 263,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "SPpcrFhG",
                      "fareBasisCode": "q7hsT5XY",
                      "fareCode": "Aif",
                      "fareDescription": "Public fare",
                      "rbd": "T",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "gpQXR"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "15.8"
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "13.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "89.37",
                                  "curCode": "MDL",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "IlCaT",
                                "ruleId": "8gxm0GZxdS",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "sGZgO",
                                "ruleId": "DtXte9zNew",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "PYxez",
                                "ruleId": "ybhJkOyTxI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "FiVTG",
                                "ruleId": "NmZVhge9ZO",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gEFeg",
                                "ruleId": "GaZBnDmQP3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "161.97",
                                  "curCode": "XPF",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "1.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "487.93",
                                  "curCode": "MZN",
                                  "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "64.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "222.29",
                                  "curCode": "XCD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "hQKFW",
                                "ruleId": "Z9AVK7Grk7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ZgkPT",
                                "ruleId": "ZY4yv8K1ze",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SFkxr",
                                "ruleId": "X4BHNWqkpg",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hnFCa",
                                "ruleId": "6FxTGQpvgc",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Cfevi",
                                "ruleId": "B9i7kf8FBx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "60"
                              },
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "85.9"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "gdfqQ",
                                "ruleId": "jE6CmqyOXD",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "NKYCl",
                                "ruleId": "LdisqwzeAC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ZFVWF",
                                "ruleId": "qqYc9rhixi",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "TLDrF",
                                "ruleId": "pxFRnIsQ3G",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MdSQO",
                                "ruleId": "n0IqxyHZJx",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "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": "482.53",
                        "curCode": "BYN",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "430.78",
                          "curCode": "STN",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "454.81",
                          "curCode": "EUR",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "197.82",
                          "curCode": "DKK",
                          "taxable": true
                        },
                        "exchangeRate": 0.8923
                      },
                      "originalAmount": {
                        "amount": "266.01",
                        "curCode": "XPF",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "104.77",
                                "curCode": "SDG",
                                "taxable": true
                              },
                              "arrivalCity": "OTL",
                              "boardingCity": "YYW",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "160.91",
                                "curCode": "EUR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "420.04",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "YGI",
                              "boardingCity": "ZAY",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "365.41",
                                "curCode": "AUD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "348.11",
                                "curCode": "JMD",
                                "taxable": false
                              },
                              "arrivalCity": "BJY",
                              "boardingCity": "HBQ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "359.2",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "397.65",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "arrivalCity": "HNF",
                              "boardingCity": "DEI",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "228.65",
                                "curCode": "KZT",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "51.57",
                            "curCode": "ILS",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "196.91",
                                "curCode": "XCD",
                                "taxable": false
                              },
                              "arrivalCity": "YHM",
                              "boardingCity": "GRG",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "380.87",
                                "curCode": "ETB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "422.27",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "arrivalCity": "GTB",
                              "boardingCity": "OGI",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "235.5",
                                "curCode": "NZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "244.31",
                            "curCode": "JPY",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "231.1",
                                "curCode": "VES",
                                "taxable": true
                              },
                              "arrivalCity": "JUF",
                              "boardingCity": "TVU",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "317.17",
                                "curCode": "BRL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "339.69",
                                "curCode": "MGA",
                                "taxable": false
                              },
                              "arrivalCity": "NSO",
                              "boardingCity": "TIR",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "248.07",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "62.17",
                                "curCode": "PGK",
                                "taxable": false
                              },
                              "arrivalCity": "FNG",
                              "boardingCity": "USZ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "362.4",
                                "curCode": "SHP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "230.2",
                            "curCode": "ALL",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "53.42",
                              "curCode": "FJD",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "US",
                            "taxCode": "YRe",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "042"
                          },
                          {
                            "amount": {
                              "amount": "35.04",
                              "curCode": "TZS",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "NR",
                            "taxCode": "56x",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "661"
                          },
                          {
                            "amount": {
                              "amount": "89.07",
                              "curCode": "GMD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SO",
                            "taxCode": "dG4",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "383"
                          },
                          {
                            "amount": {
                              "amount": "3.8",
                              "curCode": "TND",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MW",
                            "taxCode": "M7w",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "397"
                          }
                        ],
                        "total": {
                          "amount": "496.4",
                          "curCode": "TZS",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "51.46",
                        "curCode": "STN",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "QOG",
                          "date": "2026-08-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "OBV",
                          "date": "2027-07-02T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1382,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3010",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ACM",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RRX",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OXX",
                              "date": "2027-01-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PEU",
                              "date": "2026-09-30T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "QJH",
                              "date": "2027-08-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SNP",
                              "date": "2026-11-12T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VSL",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QIA",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PQJ",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IQJ",
                              "date": "2027-08-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "fXWUlKTO",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "4533",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "w"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PQB",
                          "date": "2026-11-25T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "NMQ",
                          "date": "2026-12-29T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2518,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "2726",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YUW",
                              "date": "2026-11-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EWS",
                              "date": "2027-01-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "TMK",
                              "date": "2027-01-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QPH",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GOE",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XCL",
                              "date": "2026-12-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "FDY",
                              "date": "2027-08-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ERY",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MTW",
                              "date": "2026-10-18T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HPA",
                              "date": "2027-05-31T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Pve-wpif",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "4078",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "I"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RCB",
                          "date": "2027-07-30T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "PWZ",
                          "date": "2027-03-18T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4478,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "5768",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JKI",
                              "date": "2026-11-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SAH",
                              "date": "2027-02-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "pFh2KT7T",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "4411",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "t"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NXW",
                          "date": "2027-07-14T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FMZ",
                          "date": "2026-09-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 197,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "3245",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VNG",
                              "date": "2026-12-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VGE",
                              "date": "2026-11-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "d0TAWRPX",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "8621",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "v"
                      }
                    ],
                    "ticketDesignator": "O3Vg",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "After Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "99.7",
                        "feeCurrencyCode": "PGK",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "152.82",
                        "feeCurrencyCode": "KZT",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "147.09",
                        "feeCurrencyCode": "SEK",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "NlySfkHd",
                      "descriptions": [
                        {
                          "id": "WdNiHgOfER",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "PesGvrvOCM",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "BsmvZguoMl",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "WLarThhctc",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "SSwSU",
                      "programID": 126,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "UXINrqxT",
                      "fareBasisCode": "y85gpQKl",
                      "fareCode": "Oql",
                      "fareDescription": "Public fare",
                      "rbd": "L",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "mUerE"
                      },
                      "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."
                          },
                          {
                            "displayInd": false,
                            "value": "Priority boarding begins at 7:30 PM."
                          }
                        ],
                        "cancelFeeInd": true,
                        "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": 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": "360.91",
                                  "curCode": "KES",
                                  "taxable": false
                                }
                              },
                              {
                                "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": "16.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "325.1",
                                  "curCode": "GBP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "JoRiw",
                                "ruleId": "fy0TaIG0Ac",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "yCQjs",
                                "ruleId": "SErH7sDVYi",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lILNH",
                                "ruleId": "suN19tWzm1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LTurT",
                                "ruleId": "B63IwWsrnP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "468.46",
                                  "curCode": "CRC",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "225.58",
                                  "curCode": "LSL",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "136.98",
                                  "curCode": "WST",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "66.6"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "51.7"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "Unvqa",
                                "ruleId": "THsNDCWrAi",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "2.8"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "77"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "47.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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "52.2"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "tILTF",
                                "ruleId": "cs8IsX3cyV",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "pyXSl",
                                "ruleId": "91DbbUVg49",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "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": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "467.61",
                        "curCode": "NOK",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "309.43",
                          "curCode": "MXN",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "131.29",
                          "curCode": "OMR",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "220.57",
                          "curCode": "FJD",
                          "taxable": false
                        },
                        "exchangeRate": 0.9687
                      },
                      "originalAmount": {
                        "amount": "436.21",
                        "curCode": "UZS",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "393.58",
                                "curCode": "XPF",
                                "taxable": true
                              },
                              "arrivalCity": "CVY",
                              "boardingCity": "YWI",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "142.49",
                                "curCode": "GTQ",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "414.96",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "arrivalCity": "ZZB",
                              "boardingCity": "DGP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "269.67",
                                "curCode": "NZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "426.39",
                                "curCode": "DJF",
                                "taxable": true
                              },
                              "arrivalCity": "LHJ",
                              "boardingCity": "YDQ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "275.52",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "213.01",
                                "curCode": "DZD",
                                "taxable": false
                              },
                              "arrivalCity": "GXU",
                              "boardingCity": "ZZZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "289.08",
                                "curCode": "AED",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "469.38",
                            "curCode": "PKR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "324",
                                "curCode": "BAM",
                                "taxable": true
                              },
                              "arrivalCity": "GAU",
                              "boardingCity": "FVC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "249.97",
                                "curCode": "KMF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "443.33",
                            "curCode": "KZT",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "283.02",
                                "curCode": "GHS",
                                "taxable": false
                              },
                              "arrivalCity": "OCX",
                              "boardingCity": "XLF",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "174.65",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "122.03",
                                "curCode": "BHD",
                                "taxable": true
                              },
                              "arrivalCity": "BWX",
                              "boardingCity": "WLY",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "219.19",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "268.11",
                            "curCode": "GYD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "496.13",
                                "curCode": "LBP",
                                "taxable": false
                              },
                              "arrivalCity": "ZAJ",
                              "boardingCity": "EXB",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "369.31",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "63.85",
                            "curCode": "MAD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "321.74",
                                "curCode": "XPF",
                                "taxable": false
                              },
                              "arrivalCity": "DLS",
                              "boardingCity": "GUL",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "323.86",
                                "curCode": "BIF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "164.22",
                                "curCode": "IDR",
                                "taxable": true
                              },
                              "arrivalCity": "BMY",
                              "boardingCity": "ZCQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "94.06",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "236.33",
                                "curCode": "COP",
                                "taxable": true
                              },
                              "arrivalCity": "STR",
                              "boardingCity": "LDG",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "117.33",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "434.47",
                                "curCode": "BHD",
                                "taxable": false
                              },
                              "arrivalCity": "SPH",
                              "boardingCity": "ZSN",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "497.85",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "470.66",
                                "curCode": "AWG",
                                "taxable": false
                              },
                              "arrivalCity": "JQG",
                              "boardingCity": "HCE",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "296.76",
                                "curCode": "SGD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "439.47",
                            "curCode": "IDR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "42.15",
                              "curCode": "PEN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KI",
                            "taxCode": "nkm",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "483"
                          },
                          {
                            "amount": {
                              "amount": "85.53",
                              "curCode": "COP",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CH",
                            "taxCode": "qzS",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "961"
                          },
                          {
                            "amount": {
                              "amount": "31.92",
                              "curCode": "KPW",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TV",
                            "taxCode": "3lj",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "824"
                          },
                          {
                            "amount": {
                              "amount": "94.16",
                              "curCode": "SDG",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "DJ",
                            "taxCode": "9Ur",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "055"
                          }
                        ],
                        "total": {
                          "amount": "128.69",
                          "curCode": "ZAR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "82.3",
                        "curCode": "SGD",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZTE",
                          "date": "2027-08-19T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "NYS",
                          "date": "2027-07-21T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 247,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "3036",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BHK",
                              "date": "2027-07-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RDP",
                              "date": "2027-08-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "hxxf2nVb",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "6391",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "i"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PGG",
                          "date": "2027-02-03T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "BGU",
                          "date": "2027-04-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4547,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2154",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YYJ",
                              "date": "2027-05-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UFD",
                              "date": "2027-06-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PVL",
                              "date": "2027-03-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HOD",
                              "date": "2027-07-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "UQU",
                              "date": "2027-05-17T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XTA",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "AYB",
                              "date": "2027-01-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TCU",
                              "date": "2027-01-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TXE",
                              "date": "2026-09-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FWY",
                              "date": "2027-07-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "w0xJuGEG",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "6822",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "AVO",
                          "date": "2027-06-15T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "EJH",
                          "date": "2027-03-12T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4839,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3099",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "STW",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UJP",
                              "date": "2026-12-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "UEN",
                              "date": "2026-12-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZRO",
                              "date": "2027-04-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OZI",
                              "date": "2027-07-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "COH",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "QHUC9xv7",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1673",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "i"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RQS",
                          "date": "2027-07-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "RTM",
                          "date": "2027-08-11T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1546,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "8955",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MTL",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KTK",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MNE",
                              "date": "2026-09-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QCL",
                              "date": "2027-06-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "SIY",
                              "date": "2026-09-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RQS",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "cFcVYCJI",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "8142",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "I"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ANA",
                          "date": "2026-12-27T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "JZT",
                          "date": "2027-02-04T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3942,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "2123",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "BMB",
                              "date": "2026-10-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ITS",
                              "date": "2027-07-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ILR",
                              "date": "2027-03-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SEE",
                              "date": "2027-07-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "UYbbl9Yb",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5921",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "R"
                      }
                    ],
                    "ticketDesignator": "2XfH",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "82.17",
                        "feeCurrencyCode": "SLE",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "75.21",
                        "feeCurrencyCode": "MZN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "129.05",
                        "feeCurrencyCode": "MVR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "175.03",
                        "feeCurrencyCode": "RUB",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "147.32",
                        "feeCurrencyCode": "GIP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "pYDnrtTo",
                      "descriptions": [
                        {
                          "id": "EafhGcfbtY",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "XTdvp",
                      "programID": 573,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "PtfAswKJ",
                      "fareBasisCode": "f0uTEElh",
                      "fareCode": "mq2",
                      "fareDescription": "Public fare",
                      "rbd": "W",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "xd9kc"
                      },
                      "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": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "90.34",
                                  "curCode": "BRL",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "53.1"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "93.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "FpSTl",
                                "ruleId": "g7Sz2OD096",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mDEtx",
                                "ruleId": "FWriLI7Qcj",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OkYtv",
                                "ruleId": "jdoCe1ymSN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "96.42",
                        "curCode": "GIP",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "164.05",
                          "curCode": "CDF",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "483.14",
                          "curCode": "AZN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "407.66",
                          "curCode": "BYN",
                          "taxable": true
                        },
                        "exchangeRate": 1.0819
                      },
                      "originalAmount": {
                        "amount": "377.61",
                        "curCode": "BSD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "324.71",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "arrivalCity": "IIR",
                              "boardingCity": "RDW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "249.34",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "314.79",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "arrivalCity": "SFL",
                              "boardingCity": "JAN",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "231.08",
                                "curCode": "GMD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "206.55",
                            "curCode": "FJD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "71.76",
                                "curCode": "LAK",
                                "taxable": true
                              },
                              "arrivalCity": "RSA",
                              "boardingCity": "HRF",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "494.39",
                                "curCode": "QAR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "360.86",
                                "curCode": "NPR",
                                "taxable": false
                              },
                              "arrivalCity": "HNF",
                              "boardingCity": "PQY",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "330.61",
                                "curCode": "NPR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "397.36",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "arrivalCity": "PRA",
                              "boardingCity": "INZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "215",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "157.59",
                                "curCode": "VUV",
                                "taxable": true
                              },
                              "arrivalCity": "ZQU",
                              "boardingCity": "AVM",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "467.57",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "119.5",
                                "curCode": "GBP",
                                "taxable": true
                              },
                              "arrivalCity": "WJN",
                              "boardingCity": "ZTA",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "257.77",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "54.89",
                            "curCode": "TND",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "92.14",
                                "curCode": "ZMW",
                                "taxable": false
                              },
                              "arrivalCity": "SLT",
                              "boardingCity": "RFU",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "142.01",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "186.18",
                                "curCode": "EUR",
                                "taxable": false
                              },
                              "arrivalCity": "IDB",
                              "boardingCity": "SWY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "487.39",
                                "curCode": "BZD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "437.77",
                            "curCode": "BHD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "285.3",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "arrivalCity": "OEW",
                              "boardingCity": "MKI",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "474.33",
                                "curCode": "FJD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "178.3",
                                "curCode": "UGX",
                                "taxable": false
                              },
                              "arrivalCity": "VTR",
                              "boardingCity": "TDU",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "351.25",
                                "curCode": "RWF",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "265.78",
                                "curCode": "AFN",
                                "taxable": false
                              },
                              "arrivalCity": "EWC",
                              "boardingCity": "NRG",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "475.23",
                                "curCode": "SOS",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "213.16",
                                "curCode": "THB",
                                "taxable": false
                              },
                              "arrivalCity": "PAN",
                              "boardingCity": "BDW",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "249.5",
                                "curCode": "ETB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "381.79",
                                "curCode": "PGK",
                                "taxable": true
                              },
                              "arrivalCity": "QPT",
                              "boardingCity": "KVD",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "288.05",
                                "curCode": "PKR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "184.67",
                            "curCode": "AFN",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "455.49",
                                "curCode": "CDF",
                                "taxable": false
                              },
                              "arrivalCity": "PNZ",
                              "boardingCity": "UMH",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "234.91",
                                "curCode": "VES",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "259.25",
                            "curCode": "LSL",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "72.13",
                              "curCode": "LKR",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "ER",
                            "taxCode": "cos",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "925"
                          }
                        ],
                        "total": {
                          "amount": "409.37",
                          "curCode": "LRD",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "425.85",
                        "curCode": "PKR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NIX",
                          "date": "2026-12-31T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "USQ",
                          "date": "2026-10-27T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2882,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4888",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MLZ",
                              "date": "2027-03-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QGN",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "AcceUb4j",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "3043",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "c"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "CUJ",
                          "date": "2026-12-21T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "IJJ",
                          "date": "2027-03-05T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4424,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4632",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ABL",
                              "date": "2026-08-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LXC",
                              "date": "2027-02-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "ROM",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BTA",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "BJJ",
                              "date": "2026-12-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZOO",
                              "date": "2026-10-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Z1rtDTyj",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "3764",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "B"
                      }
                    ],
                    "ticketDesignator": "Bvmg",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "195.54",
                        "feeCurrencyCode": "BSD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "121.53",
                        "feeCurrencyCode": "HUF",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "125.27",
                      "curCode": "AED",
                      "taxable": false
                    },
                    "arrivalCity": "XYR",
                    "boardingCity": "DWY",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "216.86",
                      "curCode": "IDR",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "288.66",
                      "curCode": "NAD",
                      "taxable": true
                    },
                    "arrivalCity": "CER",
                    "boardingCity": "HGR",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "420.68",
                      "curCode": "MWK",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YYY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "0239420",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "PREMIER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "7849",
                    "tierCode": "G1",
                    "tierName": "Executive",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "6085037",
                    "airline": "EK",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "8143",
                    "tierCode": "E1",
                    "tierName": "Elite",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "5765327",
                    "airline": "BA",
                    "poviderName": "50K",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "5978",
                    "tierCode": "E1",
                    "tierName": "Executive",
                    "tierPriority": "GOLD"
                  },
                  {
                    "accountNumber": "1084903",
                    "airline": "JL",
                    "poviderName": "30K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "7198",
                    "tierCode": "P2",
                    "tierName": "Executive",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "2458764",
                    "airline": "UA",
                    "poviderName": "PartnerMiles",
                    "programCode": "SILVER",
                    "programName": "MILES & MORE",
                    "signInID": "4587",
                    "tierCode": "E1",
                    "tierName": "Gold",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Fernando",
                  "surname": "Lueilwitz"
                },
                "price": {
                  "baseAmount": {
                    "amount": "491.43",
                    "curCode": "TMT",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "78.22",
                      "curCode": "BYN",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "204.01",
                      "curCode": "ZAR",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "203.85",
                      "curCode": "BBD",
                      "taxable": true
                    },
                    "exchangeRate": 0.9869
                  },
                  "originalAmount": {
                    "amount": "401.82",
                    "curCode": "AUD",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "138",
                            "curCode": "LRD",
                            "taxable": true
                          },
                          "arrivalCity": "UCB",
                          "boardingCity": "YAP",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "494.59",
                            "curCode": "CUP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "102.42",
                        "curCode": "AFN",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "50.44",
                          "curCode": "RON",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "MY",
                        "taxCode": "bbM",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "963"
                      },
                      {
                        "amount": {
                          "amount": "67.17",
                          "curCode": "JMD",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "MN",
                        "taxCode": "Tad",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "753"
                      },
                      {
                        "amount": {
                          "amount": "18.01",
                          "curCode": "GTQ",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "AW",
                        "taxCode": "ROR",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "556"
                      },
                      {
                        "amount": {
                          "amount": "61.05",
                          "curCode": "JOD",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "AZ",
                        "taxCode": "43i",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "705"
                      }
                    ],
                    "total": {
                      "amount": "61.85",
                      "curCode": "BMD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "472.18",
                    "curCode": "KWD",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "belmSIVzkO"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.6,
                            "min": 5.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 14.9,
                            "min": 5.8,
                            "unit": "K"
                          },
                          {
                            "max": 26.8,
                            "min": 9.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 13.1,
                            "min": 4.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.8,
                            "min": 1.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.6,
                            "min": 7.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 27.3,
                            "min": 9.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 25.4,
                            "min": 1.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.4,
                            "min": 3.6,
                            "unit": "K"
                          },
                          {
                            "max": 19.1,
                            "min": 0.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.3,
                            "min": 3.5,
                            "unit": "K"
                          },
                          {
                            "max": 22.2,
                            "min": 8.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 29.5,
                            "min": 5.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 25.9,
                            "min": 1.5,
                            "unit": "K"
                          },
                          {
                            "max": 16.6,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.3,
                            "min": 9,
                            "unit": "K"
                          },
                          {
                            "max": 14.6,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 17.3,
                            "min": 7.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.5,
                            "min": 6.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "DQgqCRxg",
                      "descriptions": [
                        {
                          "id": "LlgQUpjzGn",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "tJRTi",
                      "programID": 120,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "gnPttibq",
                      "fareBasisCode": "U7KKcQbo",
                      "fareCode": "rip",
                      "fareDescription": "Public fare",
                      "rbd": "q",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "1gFny"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "482.85",
                                  "curCode": "COP",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "74.1"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "UYNXG",
                                "ruleId": "cZ8rc06KtC",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "lcHKI",
                                "ruleId": "LJvef2IlNq",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "muBWb",
                                "ruleId": "FpRdpL86TY",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "60.5"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "7.5"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "UIyYH",
                                "ruleId": "61YQcglz4H",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hDmDO",
                                "ruleId": "SuP8NwYgYu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OuCHx",
                                "ruleId": "1ItCRrfM5A",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "RPbNO",
                                "ruleId": "bCw9JRMXDo",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "oyFYI",
                                "ruleId": "IzuldGO0Ei",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "325.09",
                        "curCode": "SZL",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "418.49",
                          "curCode": "GBP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "371",
                          "curCode": "PAB",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "300.26",
                          "curCode": "XPF",
                          "taxable": true
                        },
                        "exchangeRate": 0.9474
                      },
                      "originalAmount": {
                        "amount": "462.67",
                        "curCode": "HKD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "78.89",
                                "curCode": "CVE",
                                "taxable": false
                              },
                              "arrivalCity": "DCT",
                              "boardingCity": "GJJ",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "161.83",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "268.12",
                                "curCode": "BGN",
                                "taxable": true
                              },
                              "arrivalCity": "TGU",
                              "boardingCity": "UIC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "80.65",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "236.82",
                                "curCode": "AED",
                                "taxable": true
                              },
                              "arrivalCity": "BXZ",
                              "boardingCity": "UJK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "161.76",
                                "curCode": "FKP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "60.14",
                                "curCode": "YER",
                                "taxable": true
                              },
                              "arrivalCity": "YOI",
                              "boardingCity": "PKV",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "481.25",
                                "curCode": "UAH",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "408.26",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "arrivalCity": "VSZ",
                              "boardingCity": "SOD",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "76.59",
                                "curCode": "PHP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "159.45",
                            "curCode": "JPY",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "49.85",
                              "curCode": "XPF",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "LK",
                            "taxCode": "eoy",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "237"
                          }
                        ],
                        "total": {
                          "amount": "210.27",
                          "curCode": "GNF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "242.58",
                        "curCode": "LAK",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "UJI",
                          "date": "2026-08-31T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "VIK",
                          "date": "2027-01-17T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3028,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "8521",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "MGO",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PDV",
                              "date": "2027-01-30T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "7s3psVCZ",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "8658",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "p"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YEK",
                          "date": "2027-03-26T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "WUM",
                          "date": "2027-07-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4449,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "1104",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TTJ",
                              "date": "2027-04-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KCR",
                              "date": "2027-08-13T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HWY",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ICT",
                              "date": "2026-09-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "TQE",
                              "date": "2026-10-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "VYU",
                              "date": "2027-05-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "GTC",
                              "date": "2027-08-13T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZZV",
                              "date": "2027-08-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "t4cYbHK0",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "1101",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "G"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "RRG",
                          "date": "2027-06-16T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "AQE",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1266,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "0405",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OMV",
                              "date": "2027-05-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TLV",
                              "date": "2026-10-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WFH",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ELQ",
                              "date": "2027-02-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "1l2iiW80",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1705",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "J"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ZEQ",
                          "date": "2027-02-17T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "JKL",
                          "date": "2027-06-15T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1341,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "2204",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "QJM",
                              "date": "2026-09-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VNA",
                              "date": "2027-03-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OJI",
                              "date": "2027-03-25T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LTF",
                              "date": "2027-08-02T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NOG",
                              "date": "2027-03-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UQF",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "LJU",
                              "date": "2027-08-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BET",
                              "date": "2027-06-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NVP",
                              "date": "2027-05-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PGJ",
                              "date": "2026-12-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "Ut0AvV3F",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "9425",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "E"
                      }
                    ],
                    "ticketDesignator": "hPW6",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "134.83",
                        "feeCurrencyCode": "NAD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "102.15",
                        "feeCurrencyCode": "RON",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "TMFIiWjS",
                      "descriptions": [
                        {
                          "id": "cnVLvAARou",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "lLtVu",
                      "programID": 333,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "QtdeoqcW",
                      "fareBasisCode": "USXWoHAQ",
                      "fareCode": "w4L",
                      "fareDescription": "Public fare",
                      "rbd": "d",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "96jcc"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "316.53",
                                  "curCode": "AUD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "99.6"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "368.46",
                                  "curCode": "ALL",
                                  "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "188.08",
                                  "curCode": "KZT",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "10.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "PjGLX",
                                "ruleId": "8fHzmdRq5j",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QhBNw",
                                "ruleId": "glueUP95S1",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "83.2"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "175.68",
                                  "curCode": "BYN",
                                  "taxable": false
                                }
                              },
                              {
                                "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "353.34",
                                  "curCode": "LBP",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "435.51",
                                  "curCode": "LBP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "9.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "JTRzB",
                                "ruleId": "gJVkRGNJYu",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "veHAx",
                                "ruleId": "oX1z7mnpBU",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "DuqrM",
                                "ruleId": "vEbavNIXMe",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "91.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "405.59",
                                  "curCode": "BOB",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "SHLzG",
                                "ruleId": "JBOCWNgtow",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "sxyaI",
                                "ruleId": "SUFnnYdg7n",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "sCeVa",
                                "ruleId": "GxQS0fiBCj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "VtGCW",
                                "ruleId": "8AV70uhvjI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "424.3",
                                  "curCode": "KWD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "lujYg",
                                "ruleId": "DqMHaZvz54",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "kHDPt",
                                "ruleId": "x1xeEVo0vT",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "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": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "269.79",
                        "curCode": "BHD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "435.4",
                          "curCode": "RUB",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "119.83",
                          "curCode": "HKD",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "368.15",
                          "curCode": "KGS",
                          "taxable": true
                        },
                        "exchangeRate": 0.8662
                      },
                      "originalAmount": {
                        "amount": "192.65",
                        "curCode": "GIP",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "415.57",
                                "curCode": "KES",
                                "taxable": true
                              },
                              "arrivalCity": "GOY",
                              "boardingCity": "OVT",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "431.13",
                                "curCode": "MVR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "473.05",
                                "curCode": "USD",
                                "taxable": false
                              },
                              "arrivalCity": "MHU",
                              "boardingCity": "KFN",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "77.81",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "100.5",
                            "curCode": "JPY",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "99.62",
                              "curCode": "GEL",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "TN",
                            "taxCode": "K3W",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "369"
                          },
                          {
                            "amount": {
                              "amount": "44.06",
                              "curCode": "ALL",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GI",
                            "taxCode": "NIk",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "904"
                          },
                          {
                            "amount": {
                              "amount": "49.43",
                              "curCode": "BYN",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "PY",
                            "taxCode": "rqX",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "416"
                          },
                          {
                            "amount": {
                              "amount": "8.31",
                              "curCode": "SCR",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "HR",
                            "taxCode": "HRu",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "990"
                          }
                        ],
                        "total": {
                          "amount": "180.52",
                          "curCode": "LAK",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "417.16",
                        "curCode": "LKR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "YNF",
                          "date": "2027-06-07T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "FOY",
                          "date": "2027-04-30T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4019,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "4816",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FXF",
                              "date": "2027-07-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XIJ",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "YDKRxhi5",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2000",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "a"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "IGA",
                          "date": "2027-03-29T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "TUE",
                          "date": "2026-11-02T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 2196,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "6892",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NKN",
                              "date": "2027-08-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BRB",
                              "date": "2027-06-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "QAJ",
                              "date": "2026-12-01T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CTB",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SBM",
                              "date": "2027-06-27T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WYO",
                              "date": "2026-11-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HFH",
                              "date": "2027-03-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HGQ",
                              "date": "2027-08-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "iPqtlJZr",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "2211",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZPE",
                          "date": "2027-02-07T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "EIC",
                          "date": "2027-05-23T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1181,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "5389",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OGS",
                              "date": "2027-03-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BNP",
                              "date": "2027-04-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "DTX",
                              "date": "2026-12-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "WKJ",
                              "date": "2027-01-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HXS",
                              "date": "2027-01-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EFP",
                              "date": "2027-05-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JAB",
                              "date": "2026-09-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WQJ",
                              "date": "2026-11-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "_q8S0oXf",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "7744",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "TEI",
                          "date": "2027-01-29T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "AXQ",
                          "date": "2027-03-06T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4773,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "9786",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "USN",
                              "date": "2027-03-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VSM",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "7A3VgODi",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "2498",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "m"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PIY",
                          "date": "2027-02-25T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "AHP",
                          "date": "2027-05-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3351,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "1878",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ELY",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RVP",
                              "date": "2027-05-07T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ZDQ",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LDL",
                              "date": "2027-04-16T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EYR",
                              "date": "2027-02-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TKK",
                              "date": "2027-02-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OMM",
                              "date": "2027-06-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UBC",
                              "date": "2026-12-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "G21fKLTc",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "1575",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "M"
                      }
                    ],
                    "ticketDesignator": "NeCg",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "127.19",
                        "feeCurrencyCode": "TOP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "196.53",
                        "feeCurrencyCode": "GYD",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "66.77",
                        "feeCurrencyCode": "ARS",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "85.68",
                        "feeCurrencyCode": "GEL",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "70.03",
                      "curCode": "THB",
                      "taxable": true
                    },
                    "arrivalCity": "IWH",
                    "boardingCity": "AUY",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "392.2",
                      "curCode": "VUV",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "262.49",
                      "curCode": "PHP",
                      "taxable": true
                    },
                    "arrivalCity": "KXE",
                    "boardingCity": "SJH",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "220.51",
                      "curCode": "MGA",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "418.35",
                      "curCode": "MGA",
                      "taxable": false
                    },
                    "arrivalCity": "SSR",
                    "boardingCity": "EQP",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "480.08",
                      "curCode": "MAD",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "1902875",
                    "airline": "DL",
                    "poviderName": "100K",
                    "programCode": "PLT/SPH",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "6605",
                    "tierCode": "G1",
                    "tierName": "Elite",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "3567124",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLT/SPH",
                    "programName": "SKYMILES GOLD",
                    "signInID": "7488",
                    "tierCode": "P1",
                    "tierName": "Elite",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Chelsie",
                  "surname": "Bartoletti"
                },
                "price": {
                  "baseAmount": {
                    "amount": "319.74",
                    "curCode": "MWK",
                    "taxable": false
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "368.07",
                      "curCode": "MXN",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "285.76",
                      "curCode": "USD",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "66.62",
                      "curCode": "CUP",
                      "taxable": false
                    },
                    "exchangeRate": 1.1572
                  },
                  "originalAmount": {
                    "amount": "106.28",
                    "curCode": "GNF",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "194.53",
                            "curCode": "BOB",
                            "taxable": false
                          },
                          "arrivalCity": "TKZ",
                          "boardingCity": "BPF",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "296.84",
                            "curCode": "SRD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "335.65",
                            "curCode": "MUR",
                            "taxable": true
                          },
                          "arrivalCity": "SFJ",
                          "boardingCity": "JDK",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "354.95",
                            "curCode": "LRD",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "182.92",
                            "curCode": "INR",
                            "taxable": false
                          },
                          "arrivalCity": "IXP",
                          "boardingCity": "NIP",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "165.87",
                            "curCode": "FKP",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "163.09",
                        "curCode": "GIP",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "483.28",
                            "curCode": "TOP",
                            "taxable": true
                          },
                          "arrivalCity": "IEP",
                          "boardingCity": "CSY",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "106.45",
                            "curCode": "YER",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "486.81",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "arrivalCity": "KOR",
                          "boardingCity": "SWW",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "437.6",
                            "curCode": "UYU",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "382.53",
                            "curCode": "ANG",
                            "taxable": true
                          },
                          "arrivalCity": "XHR",
                          "boardingCity": "JWS",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "386.85",
                            "curCode": "MAD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "150.57",
                            "curCode": "NPR",
                            "taxable": false
                          },
                          "arrivalCity": "PLI",
                          "boardingCity": "XMC",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "155.09",
                            "curCode": "WST",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "473.65",
                            "curCode": "MKD",
                            "taxable": false
                          },
                          "arrivalCity": "BZO",
                          "boardingCity": "ZWR",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "155.9",
                            "curCode": "RON",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "277.61",
                        "curCode": "KES",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "425.24",
                            "curCode": "MVR",
                            "taxable": false
                          },
                          "arrivalCity": "WOW",
                          "boardingCity": "RJV",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "459.78",
                            "curCode": "VND",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "497.33",
                            "curCode": "AUD",
                            "taxable": false
                          },
                          "arrivalCity": "TQD",
                          "boardingCity": "RLA",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "277.37",
                            "curCode": "JMD",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "243.81",
                        "curCode": "NZD",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "399.62",
                            "curCode": "BMD",
                            "taxable": false
                          },
                          "arrivalCity": "WEN",
                          "boardingCity": "YRJ",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "174",
                            "curCode": "CZK",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "249.49",
                            "curCode": "AZN",
                            "taxable": true
                          },
                          "arrivalCity": "FJZ",
                          "boardingCity": "UKL",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "320.05",
                            "curCode": "YER",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "128.86",
                        "curCode": "KZT",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "270.5",
                            "curCode": "ILS",
                            "taxable": false
                          },
                          "arrivalCity": "TJP",
                          "boardingCity": "TUB",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "305.33",
                            "curCode": "LSL",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "151.35",
                            "curCode": "GYD",
                            "taxable": false
                          },
                          "arrivalCity": "NWT",
                          "boardingCity": "YDN",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "147.04",
                            "curCode": "CLP",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "457.4",
                        "curCode": "HTG",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "50.39",
                          "curCode": "LAK",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "FJ",
                        "taxCode": "AlC",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "316"
                      }
                    ],
                    "total": {
                      "amount": "189.86",
                      "curCode": "NIO",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "65.35",
                    "curCode": "MVR",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "AjpxzkMZpz"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.9,
                            "min": 1.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "oZTNYYas",
                      "descriptions": [
                        {
                          "id": "svlvbLzWGQ",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "cBZdYsiJlh",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "YpxkyEEKbG",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "FJMBF",
                      "programID": 379,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "DtKOcDgC",
                      "fareBasisCode": "VHVF6sRo",
                      "fareCode": "luH",
                      "fareDescription": "Public fare",
                      "rbd": "B",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "c45GZ"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "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": "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."
                                  }
                                ],
                                "percentageAmount": "84.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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "28.5"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "331.48",
                                  "curCode": "DKK",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "MnZvt",
                                "ruleId": "dD00ML5Q32",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mdblf",
                                "ruleId": "AzBvkz9Jjn",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "fPtee",
                                "ruleId": "mMSZzMhRcO",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "dmGuD",
                                "ruleId": "PLLhJ1HnoS",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "PpvZX",
                                "ruleId": "fXiJ67wAMn",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "361.97",
                                  "curCode": "ARS",
                                  "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "72.4"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "69.52",
                                  "curCode": "SSP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "TkXYx",
                                "ruleId": "CD131rufMI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "xLKpR",
                                "ruleId": "nxRntmySg1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "pUznT",
                                "ruleId": "GgjKCLd1hY",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "TRWQD",
                                "ruleId": "Rc5Or19TzL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": 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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "68.95",
                        "curCode": "GMD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "399.72",
                          "curCode": "SRD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "377.17",
                          "curCode": "UYU",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "470.72",
                          "curCode": "MWK",
                          "taxable": false
                        },
                        "exchangeRate": 1.0157
                      },
                      "originalAmount": {
                        "amount": "449.59",
                        "curCode": "NOK",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "170.17",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "arrivalCity": "CCB",
                              "boardingCity": "JHB",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "276.51",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "482.52",
                                "curCode": "BSD",
                                "taxable": false
                              },
                              "arrivalCity": "JGT",
                              "boardingCity": "RAY",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "480.26",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "239.74",
                            "curCode": "UZS",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "53.9",
                              "curCode": "TZS",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MW",
                            "taxCode": "PEh",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "132"
                          },
                          {
                            "amount": {
                              "amount": "7.65",
                              "curCode": "TZS",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "ZW",
                            "taxCode": "OgP",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "181"
                          },
                          {
                            "amount": {
                              "amount": "75.07",
                              "curCode": "GYD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "HM",
                            "taxCode": "Hjp",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "750"
                          }
                        ],
                        "total": {
                          "amount": "236.14",
                          "curCode": "GBP",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "481.59",
                        "curCode": "HTG",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "JHW",
                          "date": "2027-04-29T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "RUO",
                          "date": "2027-08-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4425,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "2018",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "TXN",
                              "date": "2027-02-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "THU",
                              "date": "2027-04-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "YT-7WthJ",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "0838",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "IQH",
                          "date": "2026-11-08T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "FLO",
                          "date": "2027-05-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 4066,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1614",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EVS",
                              "date": "2027-04-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GJE",
                              "date": "2027-04-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "9N-rcweX",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5171",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "W"
                      }
                    ],
                    "ticketDesignator": "4Sxe",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "87.19",
                        "feeCurrencyCode": "ZMW",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "63.67",
                        "feeCurrencyCode": "MXN",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "199.97",
                        "feeCurrencyCode": "BTN",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "pvhOZTFM",
                      "descriptions": [
                        {
                          "id": "GdxhpgjZhs",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "RSvqhqnCzM",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "RJMPaHjKiM",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "ZQdbu",
                      "programID": 176,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "wZNsxsnz",
                      "fareBasisCode": "LbPSLRvn",
                      "fareCode": "VnA",
                      "fareDescription": "Private fare",
                      "rbd": "J",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "KiUC4"
                      },
                      "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."
                          },
                          {
                            "displayInd": true,
                            "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": "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."
                                  }
                                ],
                                "percentageAmount": "62.8"
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "5.2"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "10"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "79.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "79.41",
                                  "curCode": "ZAR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "MFfvK",
                                "ruleId": "TfO0VY1d8E",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vcHwX",
                                "ruleId": "JaokHP4qFk",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gkLqd",
                                "ruleId": "cBxCNjCtgZ",
                                "status": "ActionRequired",
                                "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "324.28",
                                  "curCode": "AFN",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "hTCKk",
                                "ruleId": "6zR8c8Ptid",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "mLJEY",
                                "ruleId": "DOKvzXfMg0",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "qeeof",
                                "ruleId": "1Hvir1qicB",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "DEZnW",
                                "ruleId": "HqL4oyrtTM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "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": "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "154.89",
                                  "curCode": "ETB",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "53.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "77.5"
                              },
                              {
                                "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": "151.31",
                                  "curCode": "INR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "SmToB",
                                "ruleId": "zcseKYF3EL",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "15.7"
                              },
                              {
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "77.4"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "DGhts",
                                "ruleId": "5Rh2j6pzXC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MWbHA",
                                "ruleId": "3UR7EsLNuN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "gEsxo",
                                "ruleId": "HepFTimRNM",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "QkLnw",
                                "ruleId": "bcA28r5P8q",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OTQgm",
                                "ruleId": "iDCPohgmoI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "327.06",
                                  "curCode": "CHF",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "40.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "maqrW",
                                "ruleId": "ecObvzoYRf",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "zlgEl",
                                "ruleId": "UMVLlAUcJQ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "cBTkp",
                                "ruleId": "qMF94vmMYv",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "GJpcw",
                                "ruleId": "2aaNSJbe8N",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "377.53",
                        "curCode": "KES",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "305.57",
                          "curCode": "NZD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "378.79",
                          "curCode": "AED",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "439.81",
                          "curCode": "CHF",
                          "taxable": false
                        },
                        "exchangeRate": 0.8671
                      },
                      "originalAmount": {
                        "amount": "288.31",
                        "curCode": "PKR",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "112.84",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "arrivalCity": "DTF",
                              "boardingCity": "IAO",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "458.22",
                                "curCode": "MWK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "261.29",
                                "curCode": "KWD",
                                "taxable": true
                              },
                              "arrivalCity": "GPX",
                              "boardingCity": "HZT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "326.23",
                                "curCode": "BOB",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "493.26",
                                "curCode": "BND",
                                "taxable": false
                              },
                              "arrivalCity": "LHO",
                              "boardingCity": "KOM",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "86.7",
                                "curCode": "RSD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "406.8",
                            "curCode": "MAD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "260.16",
                                "curCode": "SLE",
                                "taxable": false
                              },
                              "arrivalCity": "ERF",
                              "boardingCity": "SNY",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "337.94",
                                "curCode": "SGD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "266.08",
                                "curCode": "SAR",
                                "taxable": true
                              },
                              "arrivalCity": "YNM",
                              "boardingCity": "QHU",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "277.25",
                                "curCode": "NZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "346.31",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "arrivalCity": "XIP",
                              "boardingCity": "ZMV",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "428.7",
                                "curCode": "ISK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "485.27",
                            "curCode": "SDG",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "382.46",
                                "curCode": "MDL",
                                "taxable": false
                              },
                              "arrivalCity": "DBQ",
                              "boardingCity": "XHT",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "88.34",
                                "curCode": "CAD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "264.36",
                            "curCode": "SYP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "235.13",
                                "curCode": "ISK",
                                "taxable": false
                              },
                              "arrivalCity": "ETZ",
                              "boardingCity": "CJJ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "207.81",
                                "curCode": "CUP",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "133.72",
                            "curCode": "MMK",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "418.35",
                                "curCode": "KZT",
                                "taxable": false
                              },
                              "arrivalCity": "NLL",
                              "boardingCity": "RLS",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "173.77",
                                "curCode": "HUF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "168.7",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "GRE",
                              "boardingCity": "AON",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "322.48",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "127.17",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "arrivalCity": "FOJ",
                              "boardingCity": "FQQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "316.21",
                                "curCode": "VND",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "180.96",
                                "curCode": "KZT",
                                "taxable": true
                              },
                              "arrivalCity": "NGX",
                              "boardingCity": "UEY",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "133.06",
                                "curCode": "GMD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "217.73",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "YCJ",
                              "boardingCity": "XEW",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "397.5",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "373.39",
                            "curCode": "BIF",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "88.68",
                              "curCode": "PHP",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PG",
                            "taxCode": "iJl",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "765"
                          },
                          {
                            "amount": {
                              "amount": "21.65",
                              "curCode": "MVR",
                              "taxable": true
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "WF",
                            "taxCode": "S3G",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "206"
                          },
                          {
                            "amount": {
                              "amount": "76.17",
                              "curCode": "GIP",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "TO",
                            "taxCode": "82O",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "217"
                          },
                          {
                            "amount": {
                              "amount": "98.8",
                              "curCode": "UAH",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SR",
                            "taxCode": "niT",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "813"
                          },
                          {
                            "amount": {
                              "amount": "78.79",
                              "curCode": "DOP",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "RU",
                            "taxCode": "BC9",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "859"
                          }
                        ],
                        "total": {
                          "amount": "201.45",
                          "curCode": "DJF",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "248.9",
                        "curCode": "BYN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "GLD",
                          "date": "2026-09-09T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "PFT",
                          "date": "2027-04-27T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1710,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8888",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "NUC",
                              "date": "2027-08-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "TJU",
                              "date": "2027-02-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "RMX",
                              "date": "2027-04-26T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FXJ",
                              "date": "2027-01-01T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "CKO",
                              "date": "2027-08-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GVH",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "qCsbzURu",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "4543",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "l"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "WAA",
                          "date": "2026-10-19T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "SGV",
                          "date": "2027-02-08T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 4545,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7332",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "SEY",
                              "date": "2026-08-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OWJ",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LDF",
                              "date": "2027-02-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XRG",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PZQ",
                              "date": "2027-05-26T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WBS",
                              "date": "2026-11-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "5N2-NIGI",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "5492",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "z"
                      }
                    ],
                    "ticketDesignator": "PGa6",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "180.96",
                        "feeCurrencyCode": "EGP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "80.01",
                        "feeCurrencyCode": "CNY",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "198.74",
                        "feeCurrencyCode": "MWK",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "154.28",
                        "feeCurrencyCode": "TJS",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "SdzrkEiB",
                      "descriptions": [
                        {
                          "id": "vIxAlVkgbA",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "waKtofrfRT",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "ezUIKAWkeY",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "vikVITPxBG",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "vCCmxVWiKc",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "TGrMK",
                      "programID": 341,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "BUSINESS"
                      },
                      "fareBasisCityPair": "bRHHyekT",
                      "fareBasisCode": "3rLABdu0",
                      "fareCode": "oX9",
                      "fareDescription": "Public fare",
                      "rbd": "e",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "BUSINESS"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "y1SjQ"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": true,
                        "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": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "381.68",
                                  "curCode": "PAB",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": "13.5"
                              },
                              {
                                "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": "185.66",
                                  "curCode": "JMD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "83.3",
                                  "curCode": "AMD",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "344.16",
                                  "curCode": "IRR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "AixxB",
                                "ruleId": "zrYI1qoGPM",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "143.52",
                                  "curCode": "BSD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "61.2"
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "56.63",
                                  "curCode": "AMD",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "315.19",
                                  "curCode": "NAD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "gSTQb",
                                "ruleId": "bjgkbNGTrz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XXFFW",
                                "ruleId": "WJ09A6rz2g",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "ZveOV",
                                "ruleId": "Iww0TVNUOI",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "gAKnL",
                                "ruleId": "jSQR15nUur",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vJaSj",
                                "ruleId": "AvBYdT7971",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "310.79",
                                  "curCode": "CUP",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "10.9"
                              },
                              {
                                "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "55.18",
                                  "curCode": "JPY",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "HaNSM",
                                "ruleId": "njgU96EMNS",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "WrcJV",
                                "ruleId": "GWoN8q2vcl",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ASnxS",
                                "ruleId": "Gg0tVviZX7",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "tlHHI",
                                "ruleId": "FEjnlADegR",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "SVEKE",
                                "ruleId": "841JEvwPUz",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "96.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "23.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "67.4"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "LtGDv",
                                "ruleId": "mioMMv4CBn",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "teUdP",
                                "ruleId": "vF2lQ8Itb2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "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": 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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "157.56",
                                  "curCode": "SDG",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "percentageAmount": "13.7"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "Agxgo",
                                "ruleId": "5WRKDE8yzx",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "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": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "51.15",
                        "curCode": "SRD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "389.46",
                          "curCode": "HUF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "325.91",
                          "curCode": "VUV",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "393.89",
                          "curCode": "UZS",
                          "taxable": true
                        },
                        "exchangeRate": 1.0415
                      },
                      "originalAmount": {
                        "amount": "274.92",
                        "curCode": "MNT",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "158.65",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "arrivalCity": "WGR",
                              "boardingCity": "XSE",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "103.95",
                                "curCode": "MXN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "468.09",
                                "curCode": "BHD",
                                "taxable": true
                              },
                              "arrivalCity": "MEI",
                              "boardingCity": "KDA",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "358.24",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "52.2",
                                "curCode": "SRD",
                                "taxable": false
                              },
                              "arrivalCity": "YWV",
                              "boardingCity": "YSJ",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "132.51",
                                "curCode": "PGK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "121.81",
                            "curCode": "RON",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "492.95",
                                "curCode": "GHS",
                                "taxable": true
                              },
                              "arrivalCity": "JVW",
                              "boardingCity": "MHD",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "326.52",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "277.1",
                            "curCode": "CNY",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "400.93",
                                "curCode": "GYD",
                                "taxable": true
                              },
                              "arrivalCity": "CYR",
                              "boardingCity": "ALR",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "279.13",
                                "curCode": "PLN",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "492.35",
                                "curCode": "TOP",
                                "taxable": false
                              },
                              "arrivalCity": "MSC",
                              "boardingCity": "QVL",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "263.42",
                                "curCode": "MYR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "86.25",
                                "curCode": "BND",
                                "taxable": true
                              },
                              "arrivalCity": "FRH",
                              "boardingCity": "VYC",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "94.33",
                                "curCode": "KPW",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "254.3",
                                "curCode": "AFN",
                                "taxable": false
                              },
                              "arrivalCity": "ZCL",
                              "boardingCity": "BZC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "367.16",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "115.44",
                            "curCode": "GYD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "214.95",
                                "curCode": "AED",
                                "taxable": true
                              },
                              "arrivalCity": "EOP",
                              "boardingCity": "EIK",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "212.67",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "156.36",
                                "curCode": "RON",
                                "taxable": true
                              },
                              "arrivalCity": "AIG",
                              "boardingCity": "WVD",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "158.16",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "301.48",
                            "curCode": "GNF",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "63.35",
                              "curCode": "SEK",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "PW",
                            "taxCode": "COe",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "459"
                          },
                          {
                            "amount": {
                              "amount": "96.69",
                              "curCode": "ZMW",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "SS",
                            "taxCode": "mc1",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "921"
                          },
                          {
                            "amount": {
                              "amount": "67.21",
                              "curCode": "DZD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "FM",
                            "taxCode": "1MJ",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "099"
                          },
                          {
                            "amount": {
                              "amount": "71.85",
                              "curCode": "LKR",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "CF",
                            "taxCode": "rAP",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "159"
                          },
                          {
                            "amount": {
                              "amount": "9.26",
                              "curCode": "MKD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "AO",
                            "taxCode": "gvY",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "517"
                          }
                        ],
                        "total": {
                          "amount": "109.41",
                          "curCode": "YER",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "74.68",
                        "curCode": "MDL",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JMY",
                          "date": "2026-11-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "FZW",
                          "date": "2027-04-25T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2909,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "7516",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YMR",
                              "date": "2027-05-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SNQ",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "KDZ",
                              "date": "2027-02-28T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DBO",
                              "date": "2026-08-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "GQW",
                              "date": "2027-02-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HDH",
                              "date": "2026-11-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HMR",
                              "date": "2026-11-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NXS",
                              "date": "2026-12-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "eYALHNRJ",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "3985",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "v"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EFO",
                          "date": "2027-02-06T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "ZES",
                          "date": "2027-06-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3174,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "2307",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EHO",
                              "date": "2027-06-10T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IQB",
                              "date": "2027-01-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WBU",
                              "date": "2027-06-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MEG",
                              "date": "2027-06-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "PMZ",
                              "date": "2027-03-20T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XSN",
                              "date": "2027-02-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "IJxUqNpC",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "3132",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JJK",
                          "date": "2026-12-01T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "JGJ",
                          "date": "2027-01-26T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 888,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2650",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FBF",
                              "date": "2026-11-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GAB",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "YEhfaitZ",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "2657",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "J"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EOS",
                          "date": "2027-01-26T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "XDD",
                          "date": "2026-09-04T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 2053,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "2204",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RWP",
                              "date": "2026-09-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SLW",
                              "date": "2026-12-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QOV",
                              "date": "2027-03-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SHC",
                              "date": "2027-07-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "CUT",
                              "date": "2026-09-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "EUX",
                              "date": "2026-10-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "VcY61i0a",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "7942",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "ZAM",
                          "date": "2027-01-05T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "UIZ",
                          "date": "2026-11-27T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2904,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "4097",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UPX",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IXI",
                              "date": "2027-06-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "XRP",
                              "date": "2027-02-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "QFY",
                              "date": "2027-05-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BEX",
                              "date": "2027-02-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QTO",
                              "date": "2027-03-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "HTA",
                              "date": "2026-09-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RBG",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Zg5ZJYfj",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "1106",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "v"
                      }
                    ],
                    "ticketDesignator": "cJsO",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "127.75",
                        "feeCurrencyCode": "SZL",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "102.12",
                        "feeCurrencyCode": "EGP",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "45.22",
                        "feeCurrencyCode": "THB",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "REPwDAKQ",
                      "descriptions": [
                        {
                          "id": "OSdnTkoGzq",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "kgWWakZUZe",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "eamdqFqDLu",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "iBBBmViiwy",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "fpOWmzgdMx",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "zDESZ",
                      "programID": 498,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "qFjwaEBO",
                      "fareBasisCode": "t7Ddhz4j",
                      "fareCode": "zIy",
                      "fareDescription": "Public fare",
                      "rbd": "s",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "7xd3v"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "displayInd": false,
                            "value": "Hand baggage restrictions apply."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "99.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "240.65",
                                  "curCode": "LRD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "zXyUk",
                                "ruleId": "mL2v2au3am",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "eiHZQ",
                                "ruleId": "8YwQO74ejI",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "97.75",
                                  "curCode": "NIO",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "VQeuY",
                                "ruleId": "Jsg59fOu2c",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "XToRt",
                                "ruleId": "U47HnBZYuW",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ZtqZO",
                                "ruleId": "Z0B55l2nVq",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "eLCce",
                                "ruleId": "M8q53qT4ze",
                                "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."
                                  },
                                  {
                                    "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": "25.1"
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "307.13",
                                  "curCode": "GBP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "HgJXq",
                                "ruleId": "s98BduXAxA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hjEVM",
                                "ruleId": "D4z4mHIOlH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "aFqbj",
                                "ruleId": "4zwbHc9FSi",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "CcJCi",
                                "ruleId": "T9lJXpX349",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "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": "IM",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "411.18",
                        "curCode": "TND",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "489.84",
                          "curCode": "KYD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "62.15",
                          "curCode": "NPR",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "329.83",
                          "curCode": "GMD",
                          "taxable": false
                        },
                        "exchangeRate": 0.9814
                      },
                      "originalAmount": {
                        "amount": "395.58",
                        "curCode": "BIF",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "82.01",
                                "curCode": "BYN",
                                "taxable": true
                              },
                              "arrivalCity": "YAC",
                              "boardingCity": "SIK",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "368.02",
                                "curCode": "UAH",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "96.84",
                                "curCode": "ARS",
                                "taxable": true
                              },
                              "arrivalCity": "DBD",
                              "boardingCity": "HIF",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "200.24",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "162.74",
                                "curCode": "TZS",
                                "taxable": false
                              },
                              "arrivalCity": "AYF",
                              "boardingCity": "ZJU",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "233.94",
                                "curCode": "SBD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "226.53",
                                "curCode": "SRD",
                                "taxable": false
                              },
                              "arrivalCity": "NFO",
                              "boardingCity": "FSN",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "350.36",
                                "curCode": "AWG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "60.54",
                                "curCode": "MGA",
                                "taxable": true
                              },
                              "arrivalCity": "THL",
                              "boardingCity": "NPF",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "397.43",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "241.72",
                            "curCode": "SZL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "456.24",
                                "curCode": "MKD",
                                "taxable": true
                              },
                              "arrivalCity": "MHD",
                              "boardingCity": "NHZ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "291.88",
                                "curCode": "OMR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "192.75",
                                "curCode": "AWG",
                                "taxable": false
                              },
                              "arrivalCity": "AQJ",
                              "boardingCity": "QUZ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "293.39",
                                "curCode": "ETB",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "368.47",
                                "curCode": "CZK",
                                "taxable": false
                              },
                              "arrivalCity": "BTL",
                              "boardingCity": "CKD",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "84.51",
                                "curCode": "BOB",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "247.94",
                            "curCode": "CLP",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "157.77",
                                "curCode": "RWF",
                                "taxable": true
                              },
                              "arrivalCity": "MCY",
                              "boardingCity": "BXF",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "96.49",
                                "curCode": "JPY",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "227.02",
                            "curCode": "SGD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "254.28",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "arrivalCity": "YKY",
                              "boardingCity": "RRJ",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "381.32",
                                "curCode": "AUD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "177.65",
                                "curCode": "DOP",
                                "taxable": false
                              },
                              "arrivalCity": "CII",
                              "boardingCity": "SPZ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "342.55",
                                "curCode": "ERN",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "195.75",
                                "curCode": "MUR",
                                "taxable": false
                              },
                              "arrivalCity": "HUR",
                              "boardingCity": "XEH",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "366.7",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "388.4",
                                "curCode": "VES",
                                "taxable": false
                              },
                              "arrivalCity": "YXT",
                              "boardingCity": "GKW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "414.1",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "281.59",
                                "curCode": "MUR",
                                "taxable": true
                              },
                              "arrivalCity": "BKR",
                              "boardingCity": "GRA",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "120.21",
                                "curCode": "SCR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "401.16",
                            "curCode": "ILS",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "179.14",
                                "curCode": "NOK",
                                "taxable": false
                              },
                              "arrivalCity": "NVE",
                              "boardingCity": "ZGB",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "109.22",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "416.12",
                                "curCode": "BDT",
                                "taxable": true
                              },
                              "arrivalCity": "EZE",
                              "boardingCity": "OTK",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "493.83",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "451.21",
                                "curCode": "MAD",
                                "taxable": true
                              },
                              "arrivalCity": "LND",
                              "boardingCity": "STE",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "215.21",
                                "curCode": "TWD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "206.33",
                                "curCode": "QAR",
                                "taxable": false
                              },
                              "arrivalCity": "UPK",
                              "boardingCity": "WDN",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "329.17",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "177.63",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "arrivalCity": "YEV",
                              "boardingCity": "TKW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "262.19",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "136.05",
                            "curCode": "AFN",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "81.68",
                              "curCode": "GMD",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "QA",
                            "taxCode": "UbQ",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "148"
                          }
                        ],
                        "total": {
                          "amount": "227.48",
                          "curCode": "CUP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "437.44",
                        "curCode": "CDF",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "JCA",
                          "date": "2026-10-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "PIZ",
                          "date": "2027-03-12T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 1189,
                        "duration": "PT5H44M",
                        "equipment": "320",
                        "flightNumber": "1059",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UZU",
                              "date": "2026-11-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PES",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "SFW",
                              "date": "2027-08-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NYF",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NHS",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SCI",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BQV",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UDL",
                              "date": "2026-10-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "Unuv4lX_",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "3171",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "P"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "KZH",
                          "date": "2026-08-28T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "PFQ",
                          "date": "2027-07-30T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1469,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9859",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UTU",
                              "date": "2027-07-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "VQO",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MQC",
                              "date": "2026-09-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JBX",
                              "date": "2027-05-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OOI",
                              "date": "2026-12-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XTI",
                              "date": "2027-04-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "e6gREit7",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "1841",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "OZN",
                          "date": "2026-10-14T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "CAE",
                          "date": "2027-04-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 734,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9338",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FLT",
                              "date": "2027-06-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZYT",
                              "date": "2026-10-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "SYA",
                              "date": "2027-07-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JUX",
                              "date": "2027-04-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "USE",
                              "date": "2026-10-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "RJC",
                              "date": "2027-08-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "kPVLwUXX",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "DL",
                        "operatingCarrierFlightNumber": "7459",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "l"
                      }
                    ],
                    "ticketDesignator": "y3jz",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "80.33",
                        "feeCurrencyCode": "BHD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "39.52",
                        "feeCurrencyCode": "KZT",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "81.82",
                        "feeCurrencyCode": "KGS",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "84.44",
                        "feeCurrencyCode": "ANG",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "74.24",
                        "feeCurrencyCode": "TJS",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "428.76",
                      "curCode": "OMR",
                      "taxable": true
                    },
                    "arrivalCity": "NZF",
                    "boardingCity": "XGP",
                    "description": "U.S Customs User Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "223.5",
                      "curCode": "EGP",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "402.88",
                      "curCode": "SYP",
                      "taxable": false
                    },
                    "arrivalCity": "RRR",
                    "boardingCity": "EQB",
                    "description": "Segment Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "299.29",
                      "curCode": "NGN",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "311.63",
                      "curCode": "DJF",
                      "taxable": true
                    },
                    "arrivalCity": "FOA",
                    "boardingCity": "SXN",
                    "description": "Security Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "113.57",
                      "curCode": "SEK",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "382.7",
                      "curCode": "DZD",
                      "taxable": true
                    },
                    "arrivalCity": "QLA",
                    "boardingCity": "IEA",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "407.83",
                      "curCode": "BRL",
                      "taxable": false
                    },
                    "nature": "SECURITY",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "6109101",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLATINUM",
                    "programName": "SKYMILES GOLD",
                    "signInID": "1228",
                    "tierCode": "E1",
                    "tierName": "Elite",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "5269323",
                    "airline": "AF",
                    "poviderName": "100K",
                    "programCode": "SILVER",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "6146",
                    "tierCode": "S1",
                    "tierName": "Gold",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Casandra",
                  "surname": "Jenkins"
                },
                "price": {
                  "baseAmount": {
                    "amount": "475.28",
                    "curCode": "JMD",
                    "taxable": true
                  },
                  "discount": {
                    "description": "DSC_CONTINOUS_PRICING",
                    "discountAmount": {
                      "amount": "445.07",
                      "curCode": "KPW",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "333.24",
                      "curCode": "DOP",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "210.57",
                      "curCode": "CRC",
                      "taxable": true
                    },
                    "exchangeRate": 1.1406
                  },
                  "originalAmount": {
                    "amount": "371.74",
                    "curCode": "PYG",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "497.41",
                            "curCode": "DKK",
                            "taxable": true
                          },
                          "arrivalCity": "MRK",
                          "boardingCity": "WBR",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "388.43",
                            "curCode": "GTQ",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "330.59",
                            "curCode": "SZL",
                            "taxable": false
                          },
                          "arrivalCity": "MKT",
                          "boardingCity": "TZU",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "492.34",
                            "curCode": "QAR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "56.05",
                        "curCode": "AMD",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "254.17",
                            "curCode": "AFN",
                            "taxable": true
                          },
                          "arrivalCity": "WVK",
                          "boardingCity": "MJY",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "134.15",
                            "curCode": "VUV",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "327.66",
                        "curCode": "MXN",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "93.9",
                          "curCode": "NAD",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "TV",
                        "taxCode": "XJd",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "420"
                      },
                      {
                        "amount": {
                          "amount": "18.58",
                          "curCode": "THB",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "LI",
                        "taxCode": "VS8",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "139"
                      },
                      {
                        "amount": {
                          "amount": "27.51",
                          "curCode": "GHS",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "NP",
                        "taxCode": "mxb",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "835"
                      },
                      {
                        "amount": {
                          "amount": "38.61",
                          "curCode": "MKD",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "KG",
                        "taxCode": "C3o",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "072"
                      },
                      {
                        "amount": {
                          "amount": "13.28",
                          "curCode": "SLE",
                          "taxable": true
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "MF",
                        "taxCode": "sZc",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "755"
                      }
                    ],
                    "total": {
                      "amount": "302.09",
                      "curCode": "MGA",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "75.47",
                    "curCode": "SCR",
                    "taxable": true
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "cMRRhUGuCR"
              }
            ],
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2027-04-12T00:00:00.0Z",
        "paymentTimeLimitText": "2026-08-24T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Refundable after departure",
            "id": "HONiYzLQ",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "454.43",
              "curCode": "NOK",
              "taxable": true
            },
            "percentage": "43.6",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          },
          {
            "appCode": "ADE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Non-refundable ticket",
            "id": "qOoEP59U",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "371.55",
              "curCode": "GIP",
              "taxable": false
            },
            "percentage": "71",
            "typeCode": "Change",
            "upgradeFeeInd": false
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Non-refundable ticket",
            "id": "88u6QQMm",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "476.44",
              "curCode": "NZD",
              "taxable": true
            },
            "percentage": "97.5",
            "typeCode": "NoShow",
            "upgradeFeeInd": false
          },
          {
            "appCode": "NOS",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Reissue allowed with fee",
            "id": "8st8b_hS",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "107.07",
              "curCode": "ARS",
              "taxable": false
            },
            "percentage": "26.5",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "116.33",
            "curCode": "PKR",
            "taxable": false
          },
          "discount": {
            "description": "DSC_CONTINOUS_PRICING",
            "discountAmount": {
              "amount": "144.68",
              "curCode": "GYD",
              "taxable": true
            },
            "preDiscountedAmount": {
              "amount": "202.83",
              "curCode": "BHD",
              "taxable": true
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "272.43",
              "curCode": "YER",
              "taxable": true
            },
            "exchangeRate": 1.0754
          },
          "originalAmount": {
            "amount": "381.73",
            "curCode": "ZMW",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "305.88",
                    "curCode": "MOP",
                    "taxable": false
                  },
                  "arrivalCity": "CES",
                  "boardingCity": "LNC",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "236.26",
                    "curCode": "YER",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "77.89",
                    "curCode": "ANG",
                    "taxable": true
                  },
                  "arrivalCity": "MZH",
                  "boardingCity": "XLT",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "388.12",
                    "curCode": "ZWL",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "153.14",
                    "curCode": "BMD",
                    "taxable": false
                  },
                  "arrivalCity": "KRV",
                  "boardingCity": "DOT",
                  "description": "Security Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "262.99",
                    "curCode": "ERN",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "287.19",
                    "curCode": "AOA",
                    "taxable": true
                  },
                  "arrivalCity": "GUL",
                  "boardingCity": "EYQ",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "126.26",
                    "curCode": "NGN",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "YNY"
                }
              ],
              "total": {
                "amount": "316.33",
                "curCode": "ISK",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "277.48",
                    "curCode": "SHP",
                    "taxable": true
                  },
                  "arrivalCity": "AWD",
                  "boardingCity": "WRB",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "122.14",
                    "curCode": "VND",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "117.37",
                    "curCode": "LKR",
                    "taxable": true
                  },
                  "arrivalCity": "BOR",
                  "boardingCity": "PJF",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "421.09",
                    "curCode": "BSD",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "YNY"
                },
                {
                  "amount": {
                    "amount": "113.62",
                    "curCode": "MGA",
                    "taxable": false
                  },
                  "arrivalCity": "YKU",
                  "boardingCity": "AID",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "110.24",
                    "curCode": "GEL",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "131.61",
                "curCode": "TWD",
                "taxable": false
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "69.05",
                  "curCode": "BRL",
                  "taxable": true
                },
                "description": "AIRPORT TAX",
                "nation": "UM",
                "taxCode": "9rx",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "779"
              },
              {
                "amount": {
                  "amount": "59.96",
                  "curCode": "CRC",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "BR",
                "taxCode": "mxz",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "064"
              },
              {
                "amount": {
                  "amount": "72.81",
                  "curCode": "UAH",
                  "taxable": false
                },
                "description": "AIRPORT TAX",
                "nation": "HT",
                "taxCode": "2hf",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "409"
              },
              {
                "amount": {
                  "amount": "92.27",
                  "curCode": "ZAR",
                  "taxable": true
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "CC",
                "taxCode": "UBH",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "152"
              },
              {
                "amount": {
                  "amount": "64.26",
                  "curCode": "NIO",
                  "taxable": false
                },
                "description": "FUEL SURCHARGE",
                "nation": "KW",
                "taxCode": "axH",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "041"
              }
            ],
            "total": {
              "amount": "276.11",
              "curCode": "BIF",
              "taxable": false
            }
          },
          "totalAmount": {
            "amount": "480.6",
            "curCode": "MUR",
            "taxable": false
          }
        },
        "penaltyRefs": [
          "PEN2",
          "PEN1"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-10-08T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-07-20T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "64",
                  "curCode": "MUR",
                  "percent": "11.5"
                },
                "id": "62957",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "12.83",
                  "curCode": "ISK",
                  "percent": "17.4"
                },
                "id": "80971",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "39.86",
                  "curCode": "XPF",
                  "percent": "13.3"
                },
                "id": "58583",
                "type": "PRE"
              }
            ],
            "tag": "yr8ccXshRd",
            "tourCode": "JhzHDtBB3x"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "49.96",
                  "curCode": "LSL",
                  "percent": "17.1"
                },
                "id": "62482",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "65.09",
                  "curCode": "NIO",
                  "percent": "7.5"
                },
                "id": "57819",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "41.73",
                  "curCode": "LYD",
                  "percent": "12.9"
                },
                "id": "29821",
                "type": "POST"
              }
            ],
            "tag": "3IxhF0BSWS",
            "tourCode": "98oQ29V9uM"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "37.67",
                  "curCode": "KZT",
                  "percent": "20"
                },
                "id": "03142",
                "type": "PRE"
              }
            ],
            "tag": "zlDFqlpi7K",
            "tourCode": "hD0kwNcdyW"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "43.28",
                  "curCode": "AED",
                  "percent": "10.4"
                },
                "id": "80653",
                "type": "POST"
              }
            ],
            "tag": "pay2I0FncK",
            "tourCode": "YCpTG14AdZ"
          },
          {
            "remarks": [
              "Summer Special",
              "Early Bird"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "17.77",
                  "curCode": "SHP",
                  "percent": "12.8"
                },
                "id": "28994",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "75.04",
                  "curCode": "VND",
                  "percent": "6.4"
                },
                "id": "79359",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "60.49",
                  "curCode": "PGK",
                  "percent": "19.3"
                },
                "id": "99026",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "72.95",
                  "curCode": "EUR",
                  "percent": "10.7"
                },
                "id": "43843",
                "type": "PRE"
              }
            ],
            "tag": "Cy5fX2dhbN",
            "tourCode": "zuJGxrxdmU"
          }
        ],
        "purchaseTimeLimitDateTime": "2027-02-09T00:00:00.0Z",
        "source": "Yost LLC",
        "totalPrice": {
          "baseAmount": {
            "amount": "75.36",
            "curCode": "SHP",
            "taxable": true
          },
          "equivAmount": {
            "amount": "54.69",
            "curCode": "TZS",
            "taxable": false
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "17.29",
                "curCode": "MUR",
                "taxable": true
              },
              "description": "AIRPORT TAX",
              "nation": "MU",
              "taxCode": "n9h",
              "taxCodeText": "PAID",
              "taxPadisCode": "620"
            },
            {
              "amount": {
                "amount": "55.69",
                "curCode": "ZAR",
                "taxable": true
              },
              "description": "AIRPORT TAX",
              "nation": "TW",
              "taxCode": "Cfk",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "795"
            },
            {
              "amount": {
                "amount": "81.92",
                "curCode": "SYP",
                "taxable": false
              },
              "description": "GOODS AND SERVICES TAX",
              "nation": "BN",
              "taxCode": "Bnj",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "172"
            }
          ],
          "totalAmount": {
            "amount": "3.59",
            "curCode": "BWP",
            "taxable": false
          },
          "totalTaxes": {
            "amount": "39.38",
            "curCode": "SEK",
            "taxable": true
          },
          "wasTicketValueUsed": false
        },
        "ttl": 1342,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "No Show",
              "After Departure",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "132.25",
            "feeCurrencyCode": "AOA",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "Before Departure",
              "No Show",
              "After Departure",
              "No Show"
            ],
            "description": "Part of rule change allowed",
            "feeAmount": "127.8",
            "feeCurrencyCode": "CDF",
            "hasFee": true,
            "isAllowed": true,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "Before Departure",
              "No Show",
              "After Departure",
              "Before Departure",
              "No Show"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "146.25",
            "feeCurrencyCode": "LYD",
            "hasFee": true,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "No Show",
              "No Show"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "49.66",
            "feeCurrencyCode": "TWD",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          }
        ]
      },
      {
        "commission": {
          "amount": "169.45",
          "code": "BFST",
          "currencyCode": "SOS",
          "description": "Corporate rate",
          "percentage": "10.78",
          "percentageAppliedToAmount": "198.52"
        },
        "id": "imFRweCaICQQ",
        "journeys": [
          {
            "priceClassRefId": "BasicEconomy",
            "segmentRefIds": [
              "S3",
              "S1",
              "S2",
              "S4"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S4",
              "S1",
              "S3",
              "S2"
            ]
          },
          {
            "priceClassRefId": "Economy",
            "segmentRefIds": [
              "S1",
              "S2"
            ]
          }
        ],
        "obFees": [
          {
            "airline": "EK",
            "binNumber": "129259",
            "cardCode": "MC",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "GvpDed",
              "nueWAW",
              "CFeDFA",
              "FZyxaA"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "192.11",
                "curCode": "SHP",
                "taxable": true
              },
              "baseAmount": {
                "amount": "464.22",
                "curCode": "KZT",
                "taxable": false
              },
              "cardCharge": "21.04",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "350.03",
                "curCode": "BDT",
                "taxable": true
              },
              "noCharge": false,
              "percentageValue": "1",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "34.08",
                      "curCode": "CVE",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "EG",
                    "taxCode": "jiJ",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "888"
                  },
                  {
                    "amount": {
                      "amount": "47.19",
                      "curCode": "ALL",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "ER",
                    "taxCode": "taI",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "959"
                  },
                  {
                    "amount": {
                      "amount": "68.44",
                      "curCode": "RON",
                      "taxable": true
                    },
                    "description": "AIRPORT TAX",
                    "nation": "FR",
                    "taxCode": "ca1",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "312"
                  },
                  {
                    "amount": {
                      "amount": "21.96",
                      "curCode": "MRU",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "HR",
                    "taxCode": "tWJ",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "004"
                  },
                  {
                    "amount": {
                      "amount": "32.36",
                      "curCode": "IDR",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "ME",
                    "taxCode": "EHk",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "738"
                  }
                ],
                "total": {
                  "amount": "421.88",
                  "curCode": "GBP",
                  "taxable": false
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "DL",
            "binNumber": "369682",
            "cardCode": "AX",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "Utp7mE",
              "3hNOPf",
              "UAB74k",
              "MTO98M"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "414.35",
                "curCode": "TWD",
                "taxable": false
              },
              "baseAmount": {
                "amount": "88.69",
                "curCode": "PLN",
                "taxable": true
              },
              "cardCharge": "15.72",
              "description": "CC SURCHRG",
              "maximumAmount": {
                "amount": "148.03",
                "curCode": "CRC",
                "taxable": false
              },
              "noCharge": false,
              "percentageValue": "1.7",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "90.78",
                      "curCode": "MAD",
                      "taxable": true
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "BO",
                    "taxCode": "5Bm",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "957"
                  }
                ],
                "total": {
                  "amount": "286.73",
                  "curCode": "OMR",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          },
          {
            "airline": "BA",
            "binNumber": "058313",
            "cardCode": "VI",
            "cardType": "FDA",
            "description": "Credit Card Fee",
            "isRefundable": true,
            "offerItemRefs": [
              "u_cgoQ",
              "EMS3aP",
              "WcWjpn"
            ],
            "paxRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "serviceCode": "OB",
            "subCode": "T05",
            "surcharge": {
              "amount": {
                "amount": "182.53",
                "curCode": "BHD",
                "taxable": true
              },
              "baseAmount": {
                "amount": "179.59",
                "curCode": "SEK",
                "taxable": true
              },
              "cardCharge": "22.59",
              "description": "PROCESSING FEE",
              "maximumAmount": {
                "amount": "389.92",
                "curCode": "SDG",
                "taxable": true
              },
              "noCharge": true,
              "percentageValue": "5",
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "34.18",
                      "curCode": "KRW",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "TN",
                    "taxCode": "ZQw",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "929"
                  }
                ],
                "total": {
                  "amount": "374.49",
                  "curCode": "CNY",
                  "taxable": true
                }
              },
              "type": "NNN"
            }
          }
        ],
        "offerExpirationDateTime": "2027-01-19T00:00:00.0Z",
        "offerItems": [
          {
            "id": "yXtyaB",
            "mandatoryInd": false,
            "passengerRefs": [
              "Passenger1",
              "Passenger1",
              "Passenger1",
              "Passenger1"
            ],
            "price": {
              "baseAmount": {
                "amount": "101.92",
                "curCode": "BBD",
                "taxable": false
              },
              "discount": {
                "description": "CORPORATE_DISCOUNT",
                "discountAmount": {
                  "amount": "205.36",
                  "curCode": "JOD",
                  "taxable": true
                },
                "preDiscountedAmount": {
                  "amount": "152.35",
                  "curCode": "SHP",
                  "taxable": true
                }
              },
              "filingInformation": {
                "baseAmount": {
                  "amount": "334",
                  "curCode": "USD",
                  "taxable": false
                },
                "exchangeRate": 1.0971
              },
              "originalAmount": {
                "amount": "156.07",
                "curCode": "BRL",
                "taxable": false
              },
              "surcharges": [
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "103.73",
                        "curCode": "THB",
                        "taxable": false
                      },
                      "arrivalCity": "ABM",
                      "boardingCity": "FBV",
                      "description": "Security Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "218.11",
                        "curCode": "LBP",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    }
                  ],
                  "total": {
                    "amount": "171.21",
                    "curCode": "UAH",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "438.91",
                        "curCode": "BMD",
                        "taxable": true
                      },
                      "arrivalCity": "KDX",
                      "boardingCity": "RSA",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "105.91",
                        "curCode": "MDL",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": true,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "454.91",
                        "curCode": "UZS",
                        "taxable": true
                      },
                      "arrivalCity": "TZY",
                      "boardingCity": "NCO",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "183.86",
                        "curCode": "UAH",
                        "taxable": false
                      },
                      "nature": "SEASONAL",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "415.99",
                        "curCode": "FKP",
                        "taxable": true
                      },
                      "arrivalCity": "PCN",
                      "boardingCity": "ZUH",
                      "description": "U.S Customs User Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "96.7",
                        "curCode": "TND",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    },
                    {
                      "amount": {
                        "amount": "303.64",
                        "curCode": "RSD",
                        "taxable": false
                      },
                      "arrivalCity": "TWQ",
                      "boardingCity": "TEF",
                      "description": "Security Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "140.35",
                        "curCode": "BYN",
                        "taxable": true
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "NNN"
                    }
                  ],
                  "total": {
                    "amount": "175.09",
                    "curCode": "BYN",
                    "taxable": false
                  }
                },
                {
                  "fees": [
                    {
                      "amount": {
                        "amount": "62.3",
                        "curCode": "BWP",
                        "taxable": false
                      },
                      "arrivalCity": "REL",
                      "boardingCity": "CHE",
                      "description": "Segment Fee",
                      "designator": "USC",
                      "localAmount": {
                        "amount": "143.57",
                        "curCode": "CHF",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YYY"
                    },
                    {
                      "amount": {
                        "amount": "448.67",
                        "curCode": "GYD",
                        "taxable": true
                      },
                      "arrivalCity": "MDE",
                      "boardingCity": "NTA",
                      "description": "Segment Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "182.86",
                        "curCode": "GBP",
                        "taxable": true
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "54.41",
                        "curCode": "BTN",
                        "taxable": false
                      },
                      "arrivalCity": "NGW",
                      "boardingCity": "FNW",
                      "description": "Security Fee",
                      "designator": "ZP",
                      "localAmount": {
                        "amount": "284.94",
                        "curCode": "KHR",
                        "taxable": false
                      },
                      "nature": "PEAK TRAVEL TIME",
                      "refundInd": true,
                      "surchargeType": "YNY"
                    },
                    {
                      "amount": {
                        "amount": "315.71",
                        "curCode": "ETB",
                        "taxable": true
                      },
                      "arrivalCity": "IDO",
                      "boardingCity": "ARW",
                      "description": "U.S Customs User Fee",
                      "designator": "AY",
                      "localAmount": {
                        "amount": "465.33",
                        "curCode": "BYN",
                        "taxable": false
                      },
                      "nature": "SECURITY",
                      "refundInd": false,
                      "surchargeType": "YYY"
                    }
                  ],
                  "total": {
                    "amount": "267.12",
                    "curCode": "MNT",
                    "taxable": false
                  }
                }
              ],
              "taxes": {
                "breakdown": [
                  {
                    "amount": {
                      "amount": "54.99",
                      "curCode": "BSD",
                      "taxable": false
                    },
                    "description": "AIRPORT TAX",
                    "nation": "ES",
                    "taxCode": "2Ry",
                    "taxCodeText": "TO BE COLLECTED",
                    "taxPadisCode": "402"
                  },
                  {
                    "amount": {
                      "amount": "35.08",
                      "curCode": "SGD",
                      "taxable": false
                    },
                    "description": "GOODS AND SERVICES TAX",
                    "nation": "KP",
                    "taxCode": "h3l",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "102"
                  },
                  {
                    "amount": {
                      "amount": "24.36",
                      "curCode": "ISK",
                      "taxable": true
                    },
                    "description": "FUEL SURCHARGE",
                    "nation": "GB",
                    "taxCode": "KLH",
                    "taxCodeText": "PAID",
                    "taxPadisCode": "286"
                  }
                ],
                "total": {
                  "amount": "475.95",
                  "curCode": "KGS",
                  "taxable": true
                }
              },
              "totalAmount": {
                "amount": "302.2",
                "curCode": "BGN",
                "taxable": true
              }
            },
            "segmentRefs": [
              "S1",
              "S2"
            ],
            "serviceDefinition": {
              "airlineCode": "UA",
              "baggage": {
                "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                "applicablePartyText": "Traveler",
                "details": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 22.3,
                        "min": 5.5,
                        "unit": "K"
                      },
                      {
                        "max": 12.9,
                        "min": 4.4,
                        "unit": "LBS"
                      },
                      {
                        "max": 15.4,
                        "min": 1.3,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 1
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 29.5,
                        "min": 0.3,
                        "unit": "K"
                      },
                      {
                        "max": 13.8,
                        "min": 2.7,
                        "unit": "K"
                      },
                      {
                        "max": 17,
                        "min": 1.7,
                        "unit": "K"
                      },
                      {
                        "max": 19.9,
                        "min": 9.1,
                        "unit": "LBS"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 1
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 22,
                        "min": 2.8,
                        "unit": "LBS"
                      },
                      {
                        "max": 14.1,
                        "min": 2.3,
                        "unit": "LBS"
                      },
                      {
                        "max": 13.6,
                        "min": 2.5,
                        "unit": "K"
                      },
                      {
                        "max": 19.2,
                        "min": 4.6,
                        "unit": "LBS"
                      },
                      {
                        "max": 26.3,
                        "min": 8.3,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Dimensions: 55x40x20",
                      "Weight: 23kg"
                    ],
                    "quantity": 2
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "constrains": [
                      {
                        "max": 15.9,
                        "min": 9.1,
                        "unit": "K"
                      },
                      {
                        "max": 16.1,
                        "min": 9.4,
                        "unit": "LBS"
                      },
                      {
                        "max": 17.3,
                        "min": 9.4,
                        "unit": "LBS"
                      },
                      {
                        "max": 17.1,
                        "min": 6.2,
                        "unit": "K"
                      }
                    ],
                    "desc": [
                      "Weight: 23kg",
                      "Dimensions: 55x40x20"
                    ],
                    "quantity": 1
                  }
                ],
                "segments": [
                  "S2",
                  "S1"
                ],
                "totalQty": 3,
                "type": "CarryOnBag"
              },
              "commercialName": "MEAL SERVICE",
              "groupCode": "lC",
              "reasonForIssuance": "Air Transportation",
              "serviceCode": "sG8"
            },
            "type": "Air"
          },
          {
            "commission": {
              "amount": "170.38",
              "code": "BFST",
              "currencyCode": "GHS",
              "description": "Corporate rate",
              "percentage": "14.61",
              "percentageAppliedToAmount": "501.3"
            },
            "id": "pWN2Xp",
            "mandatoryInd": true,
            "passengers": [
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.8,
                            "min": 2.2,
                            "unit": "K"
                          },
                          {
                            "max": 25.5,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.6,
                            "min": 1.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.9,
                            "min": 9,
                            "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": 16.1,
                            "min": 6.3,
                            "unit": "K"
                          },
                          {
                            "max": 20.5,
                            "min": 3.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.1,
                            "min": 9.4,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.1,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.1,
                            "min": 5.9,
                            "unit": "K"
                          },
                          {
                            "max": 27.6,
                            "min": 4.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.9,
                            "min": 5.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.8,
                            "min": 5.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.9,
                            "min": 8.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 15.8,
                            "min": 8.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.7,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.1,
                            "min": 7.7,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.8,
                            "min": 4.9,
                            "unit": "K"
                          },
                          {
                            "max": 22.8,
                            "min": 7.2,
                            "unit": "K"
                          },
                          {
                            "max": 20.7,
                            "min": 6.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.2,
                            "min": 8.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.5,
                            "min": 6.7,
                            "unit": "K"
                          },
                          {
                            "max": 12.2,
                            "min": 1.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.7,
                            "min": 2.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 17.2,
                            "min": 8.5,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "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,
                            "min": 3.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.2,
                            "min": 4.7,
                            "unit": "K"
                          },
                          {
                            "max": 17.8,
                            "min": 7.1,
                            "unit": "K"
                          },
                          {
                            "max": 16.1,
                            "min": 0,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.3,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 22.9,
                            "min": 3.3,
                            "unit": "K"
                          },
                          {
                            "max": 29.8,
                            "min": 0.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 2,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "zQmHXbfF",
                      "descriptions": [
                        {
                          "id": "ZfrveNDmPs",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "GWieRqfnFQ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "KWfCnMqoeD",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "NSpYO",
                      "programID": 464,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "sqPkLwNO",
                      "fareBasisCode": "ZCCRrUVT",
                      "fareCode": "P4V",
                      "fareDescription": "Public fare",
                      "rbd": "p",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "jj1lX"
                      },
                      "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": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "61.7"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "397.48",
                                  "curCode": "ZAR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "39.8"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "412.77",
                                  "curCode": "NOK",
                                  "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "242.63",
                                  "curCode": "GBP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "rtlVj",
                                "ruleId": "LeqsIxr6Pz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "oIGSs",
                                "ruleId": "1WQ5nva0fE",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "373.84",
                        "curCode": "GEL",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "452.43",
                          "curCode": "BBD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "227.29",
                          "curCode": "MZN",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "280.7",
                          "curCode": "TZS",
                          "taxable": false
                        },
                        "exchangeRate": 0.8278
                      },
                      "originalAmount": {
                        "amount": "258.02",
                        "curCode": "HUF",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "281.89",
                                "curCode": "BHD",
                                "taxable": true
                              },
                              "arrivalCity": "CMY",
                              "boardingCity": "LUI",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "380.67",
                                "curCode": "PEN",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "278.9",
                                "curCode": "COP",
                                "taxable": false
                              },
                              "arrivalCity": "NQB",
                              "boardingCity": "DRL",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "476",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "390.35",
                            "curCode": "SRD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "416.14",
                                "curCode": "LKR",
                                "taxable": true
                              },
                              "arrivalCity": "UUZ",
                              "boardingCity": "SHM",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "266.8",
                                "curCode": "INR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "410.31",
                                "curCode": "MDL",
                                "taxable": true
                              },
                              "arrivalCity": "RKF",
                              "boardingCity": "CYQ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "294.61",
                                "curCode": "TZS",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "133.46",
                                "curCode": "JOD",
                                "taxable": false
                              },
                              "arrivalCity": "QLZ",
                              "boardingCity": "BPV",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "333.64",
                                "curCode": "NPR",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "339.55",
                                "curCode": "JOD",
                                "taxable": true
                              },
                              "arrivalCity": "YGB",
                              "boardingCity": "RAX",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "297.55",
                                "curCode": "CDF",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "399.99",
                            "curCode": "SGD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "379.79",
                                "curCode": "ERN",
                                "taxable": true
                              },
                              "arrivalCity": "TUB",
                              "boardingCity": "YYY",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "122.28",
                                "curCode": "MNT",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "469.59",
                                "curCode": "KES",
                                "taxable": false
                              },
                              "arrivalCity": "PNJ",
                              "boardingCity": "RRL",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "140.71",
                                "curCode": "LRD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "458.63",
                                "curCode": "LSL",
                                "taxable": true
                              },
                              "arrivalCity": "YBU",
                              "boardingCity": "XMO",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "122.49",
                                "curCode": "SDG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "442.43",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "arrivalCity": "FGC",
                              "boardingCity": "OLR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "224.71",
                                "curCode": "HUF",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "296.2",
                                "curCode": "ETB",
                                "taxable": true
                              },
                              "arrivalCity": "BSN",
                              "boardingCity": "ETA",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "265.81",
                                "curCode": "UAH",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "109.29",
                            "curCode": "SRD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "209.14",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "arrivalCity": "NGU",
                              "boardingCity": "ACP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "387.71",
                                "curCode": "MMK",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "427.81",
                            "curCode": "VES",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "81.63",
                              "curCode": "RON",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "CY",
                            "taxCode": "3n4",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "181"
                          }
                        ],
                        "total": {
                          "amount": "108.31",
                          "curCode": "DKK",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "495.9",
                        "curCode": "XOF",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "KNG",
                          "date": "2026-11-29T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "RAO",
                          "date": "2027-05-31T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4394,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "0240",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "XYH",
                              "date": "2027-03-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "OSG",
                              "date": "2027-01-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WNN",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HFQ",
                              "date": "2027-08-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TMK",
                              "date": "2027-01-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WQT",
                              "date": "2027-03-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "KBX",
                              "date": "2027-04-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UGG",
                              "date": "2027-05-22T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "KhMz1_q4",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "1361",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "b"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "JZT",
                          "date": "2027-03-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "NNJ",
                          "date": "2026-09-24T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3328,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "5222",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "OYY",
                              "date": "2026-12-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FME",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "WEQ",
                              "date": "2026-11-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GUL",
                              "date": "2027-05-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "EGP",
                              "date": "2027-03-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DHW",
                              "date": "2027-02-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "ZEJ",
                              "date": "2027-04-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "HKM",
                              "date": "2027-05-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "A05nhxlj",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "8439",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "v"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XCH",
                          "date": "2027-01-04T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "WZQ",
                          "date": "2027-06-16T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2638,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "6486",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "VWF",
                              "date": "2026-10-09T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZPV",
                              "date": "2027-02-26T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "WzVkq_ks",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "2351",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "H"
                      }
                    ],
                    "ticketDesignator": "TqjN",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "190.44",
                        "feeCurrencyCode": "HNL",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "33.8",
                        "feeCurrencyCode": "PHP",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "40.44",
                        "feeCurrencyCode": "KGS",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "wtYnDyOv",
                      "descriptions": [
                        {
                          "id": "awsKpzTdNT",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "ewIdRCmSxT",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "SwRrDhgsjW",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "NlfpDvDjAD",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "xTqcyQwpiZ",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "lPXRx",
                      "programID": 519,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "toZyVIsc",
                      "fareBasisCode": "6IwoEZ8A",
                      "fareCode": "bSG",
                      "fareDescription": "Public fare",
                      "rbd": "P",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 2,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "uKSPd"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "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": 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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "291.94",
                                  "curCode": "EUR",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "81.7"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "0.5"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "bUlEo",
                                "ruleId": "ddAU8GcFuK",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "tHkFC",
                                "ruleId": "1vU9S8QMCk",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "Hzjho",
                                "ruleId": "TiY6Kx7hwF",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "edIGa",
                                "ruleId": "6ABmRMIToU",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FhlqM",
                                "ruleId": "xltXqfnRO3",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "93.7"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "359.42",
                                  "curCode": "TWD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "nXeRS",
                                "ruleId": "tVuvcAFsno",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vMJZN",
                                "ruleId": "DH9p3afyAy",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "VGjWx",
                                "ruleId": "U2DaVfzqBr",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "bgFrF",
                                "ruleId": "5bOdc12EVb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "171.7",
                                  "curCode": "MDL",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "79.8"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "314.04",
                                  "curCode": "ARS",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "258.81",
                                  "curCode": "PEN",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "349.88",
                                  "curCode": "MDL",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "uhZVD",
                                "ruleId": "zww6vGFKU2",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "56.5"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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": "8.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "65.29",
                                  "curCode": "ERN",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "dILRi",
                                "ruleId": "78vrXc9rcX",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "AILIk",
                                "ruleId": "HIUjT19BD9",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "RFJmn",
                                "ruleId": "4gDxunAgU5",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MtRei",
                                "ruleId": "kPgVdWzcOH",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "DWawO",
                                "ruleId": "iUNpjMd5yD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "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."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "484.78",
                        "curCode": "CVE",
                        "taxable": false
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "465.81",
                          "curCode": "UZS",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "167.18",
                          "curCode": "BDT",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "328.64",
                          "curCode": "MVR",
                          "taxable": true
                        },
                        "exchangeRate": 1.0695
                      },
                      "originalAmount": {
                        "amount": "54.53",
                        "curCode": "JOD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "189.52",
                                "curCode": "GYD",
                                "taxable": false
                              },
                              "arrivalCity": "XCE",
                              "boardingCity": "RPX",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "107.56",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "294.23",
                                "curCode": "SBD",
                                "taxable": false
                              },
                              "arrivalCity": "KIT",
                              "boardingCity": "YCE",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "233.6",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "69.02",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "arrivalCity": "QUU",
                              "boardingCity": "ZQQ",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "364.52",
                                "curCode": "TTD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "400.83",
                                "curCode": "UGX",
                                "taxable": true
                              },
                              "arrivalCity": "GRG",
                              "boardingCity": "JHP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "262.01",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "413.02",
                                "curCode": "SSP",
                                "taxable": true
                              },
                              "arrivalCity": "FSM",
                              "boardingCity": "TKV",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "287.21",
                                "curCode": "MYR",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "275.13",
                            "curCode": "GBP",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "298.73",
                                "curCode": "KHR",
                                "taxable": false
                              },
                              "arrivalCity": "DLZ",
                              "boardingCity": "SHX",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "214.42",
                                "curCode": "CVE",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "92.33",
                            "curCode": "TTD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "344.59",
                                "curCode": "TTD",
                                "taxable": true
                              },
                              "arrivalCity": "DXB",
                              "boardingCity": "WBZ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "141.74",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "181.81",
                                "curCode": "AFN",
                                "taxable": true
                              },
                              "arrivalCity": "WZA",
                              "boardingCity": "WGM",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "135.12",
                                "curCode": "BND",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "240.84",
                                "curCode": "AUD",
                                "taxable": false
                              },
                              "arrivalCity": "DFD",
                              "boardingCity": "CPW",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "240.58",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "204.34",
                            "curCode": "SZL",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "381.81",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "DHO",
                              "boardingCity": "SEB",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "384.47",
                                "curCode": "GEL",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "495.24",
                            "curCode": "SCR",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "84.19",
                              "curCode": "HKD",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "KI",
                            "taxCode": "b0S",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "937"
                          },
                          {
                            "amount": {
                              "amount": "45.86",
                              "curCode": "BND",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "NO",
                            "taxCode": "rEz",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "839"
                          }
                        ],
                        "total": {
                          "amount": "378.04",
                          "curCode": "PKR",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "355.45",
                        "curCode": "GBP",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "MAH",
                          "date": "2027-06-25T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "IKD",
                          "date": "2026-11-07T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 2774,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "3675",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KAU",
                              "date": "2027-07-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SRX",
                              "date": "2027-05-18T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "DTG",
                              "date": "2027-06-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "HJC",
                              "date": "2027-05-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "SFM",
                              "date": "2027-05-09T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "KQE",
                              "date": "2027-07-20T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "KMC",
                              "date": "2026-10-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EWE",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "CRW",
                              "date": "2026-09-21T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YOW",
                              "date": "2026-11-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "g08coqX1",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "SQ",
                        "operatingCarrierFlightNumber": "9818",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "M"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "USI",
                          "date": "2027-04-09T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "KJC",
                          "date": "2027-05-28T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4956,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "0511",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "RQE",
                              "date": "2027-03-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MFX",
                              "date": "2026-11-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "BXJ",
                              "date": "2026-09-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "QKM",
                              "date": "2026-10-04T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "NTE",
                              "date": "2027-07-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XXB",
                              "date": "2027-06-06T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "OJJ",
                              "date": "2026-10-13T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MYZ",
                              "date": "2026-12-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "bUblJEC_",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "5593",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "N"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "OZG",
                          "date": "2027-04-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "KWY",
                          "date": "2026-10-08T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4863,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "8872",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "THH",
                              "date": "2026-12-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MIA",
                              "date": "2027-04-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "NHQ",
                              "date": "2027-02-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WYA",
                              "date": "2027-05-07T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YHR",
                              "date": "2026-12-11T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GHC",
                              "date": "2027-07-23T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PIT",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PYI",
                              "date": "2027-07-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "nZ1xoVIN",
                        "marketingCarrier": "EK",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "3444",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "h"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "EXN",
                          "date": "2027-08-23T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "TTJ",
                          "date": "2027-04-26T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 2509,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "1294",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "IQJ",
                              "date": "2027-02-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XOJ",
                              "date": "2026-09-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "IYF",
                              "date": "2027-04-07T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "RGK",
                              "date": "2026-11-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "QTX",
                              "date": "2027-05-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CJN",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "-mcOZPg8",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "1312",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "H"
                      }
                    ],
                    "ticketDesignator": "DOhd",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "70.7",
                        "feeCurrencyCode": "MVR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "173.93",
                        "feeCurrencyCode": "SCR",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "161.5",
                        "feeCurrencyCode": "IQD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "130.99",
                        "feeCurrencyCode": "QAR",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "108.87",
                        "feeCurrencyCode": "SCR",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "495.86",
                      "curCode": "XOF",
                      "taxable": false
                    },
                    "arrivalCity": "EKI",
                    "boardingCity": "ANN",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "125.5",
                      "curCode": "NZD",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "3795731",
                    "airline": "AA",
                    "poviderName": "PartnerMiles",
                    "programCode": "PLATINUM",
                    "programName": "MILEAGE PLUS",
                    "signInID": "7777",
                    "tierCode": "P2",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  },
                  {
                    "accountNumber": "2925257",
                    "airline": "DL",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "SKYMILES GOLD",
                    "signInID": "2647",
                    "tierCode": "S1",
                    "tierName": "Platinum",
                    "tierPriority": "PLATINUM"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Margarette",
                  "surname": "Lemke"
                },
                "price": {
                  "baseAmount": {
                    "amount": "344.32",
                    "curCode": "BGN",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "341.72",
                      "curCode": "MUR",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "348.52",
                      "curCode": "CDF",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "242.85",
                      "curCode": "KWD",
                      "taxable": false
                    },
                    "exchangeRate": 1.0733
                  },
                  "originalAmount": {
                    "amount": "184.74",
                    "curCode": "BGN",
                    "taxable": true
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "307.63",
                            "curCode": "MWK",
                            "taxable": true
                          },
                          "arrivalCity": "QAA",
                          "boardingCity": "FVS",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "362.77",
                            "curCode": "FJD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "65.14",
                            "curCode": "MUR",
                            "taxable": false
                          },
                          "arrivalCity": "SFY",
                          "boardingCity": "LAN",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "450.22",
                            "curCode": "AOA",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "422.27",
                            "curCode": "AZN",
                            "taxable": true
                          },
                          "arrivalCity": "CRM",
                          "boardingCity": "SJW",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "50.29",
                            "curCode": "BWP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "132.04",
                            "curCode": "MMK",
                            "taxable": true
                          },
                          "arrivalCity": "FCX",
                          "boardingCity": "HAX",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "194.02",
                            "curCode": "CZK",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "78.45",
                            "curCode": "AMD",
                            "taxable": true
                          },
                          "arrivalCity": "PZW",
                          "boardingCity": "QMO",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "433.65",
                            "curCode": "VUV",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "178.68",
                        "curCode": "SLE",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "330.25",
                            "curCode": "MUR",
                            "taxable": true
                          },
                          "arrivalCity": "BEG",
                          "boardingCity": "ZVU",
                          "description": "Security Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "385.88",
                            "curCode": "KGS",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "170.39",
                        "curCode": "BBD",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "257.58",
                            "curCode": "IRR",
                            "taxable": true
                          },
                          "arrivalCity": "TVW",
                          "boardingCity": "KMX",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "57.53",
                            "curCode": "MWK",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "273.24",
                        "curCode": "VND",
                        "taxable": true
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "368.51",
                            "curCode": "MGA",
                            "taxable": false
                          },
                          "arrivalCity": "CFE",
                          "boardingCity": "DNE",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "67.91",
                            "curCode": "SDG",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "326.22",
                            "curCode": "MKD",
                            "taxable": false
                          },
                          "arrivalCity": "IBC",
                          "boardingCity": "WAY",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "432.63",
                            "curCode": "IQD",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "123.69",
                        "curCode": "DOP",
                        "taxable": false
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "33.77",
                          "curCode": "QAR",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "CY",
                        "taxCode": "SUb",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "444"
                      },
                      {
                        "amount": {
                          "amount": "29.97",
                          "curCode": "AUD",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "TJ",
                        "taxCode": "jdi",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "709"
                      },
                      {
                        "amount": {
                          "amount": "55.33",
                          "curCode": "BOB",
                          "taxable": false
                        },
                        "description": "AIRPORT TAX",
                        "nation": "MU",
                        "taxCode": "QJc",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "326"
                      },
                      {
                        "amount": {
                          "amount": "40.19",
                          "curCode": "CHF",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "LS",
                        "taxCode": "gtm",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "946"
                      }
                    ],
                    "total": {
                      "amount": "454.56",
                      "curCode": "SSP",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "71.4",
                    "curCode": "BIF",
                    "taxable": true
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  },
                  {
                    "name": "MEAL PREFERENCE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "HXeoUsHpXW"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 19.6,
                            "min": 1.9,
                            "unit": "K"
                          },
                          {
                            "max": 13.3,
                            "min": 2.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.8,
                            "min": 5.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.6,
                            "min": 10,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.5,
                            "min": 3.8,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 15.3,
                            "min": 9.2,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.1,
                            "min": 7.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.6,
                            "min": 1.8,
                            "unit": "LBS"
                          },
                          {
                            "max": 13.3,
                            "min": 2.2,
                            "unit": "LBS"
                          }
                        ],
                        "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": 14.3,
                            "min": 4.9,
                            "unit": "K"
                          },
                          {
                            "max": 15.7,
                            "min": 9.3,
                            "unit": "K"
                          },
                          {
                            "max": 18.4,
                            "min": 8.2,
                            "unit": "K"
                          },
                          {
                            "max": 18.6,
                            "min": 0.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 12.6,
                            "min": 8,
                            "unit": "K"
                          },
                          {
                            "max": 23.8,
                            "min": 4.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 23.7,
                            "min": 5.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 10.1,
                            "min": 6.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 22.1,
                            "min": 7.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.8,
                            "min": 6.6,
                            "unit": "LBS"
                          },
                          {
                            "max": 11.1,
                            "min": 5.3,
                            "unit": "K"
                          },
                          {
                            "max": 23.5,
                            "min": 4.5,
                            "unit": "K"
                          },
                          {
                            "max": 19.9,
                            "min": 1,
                            "unit": "LBS"
                          }
                        ],
                        "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": 14.5,
                            "min": 3,
                            "unit": "LBS"
                          },
                          {
                            "max": 26.6,
                            "min": 10,
                            "unit": "LBS"
                          },
                          {
                            "max": 24,
                            "min": 0.9,
                            "unit": "K"
                          },
                          {
                            "max": 10.4,
                            "min": 2.4,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 18.4,
                            "min": 8.8,
                            "unit": "K"
                          },
                          {
                            "max": 16.8,
                            "min": 6.6,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 11.5,
                            "min": 1.6,
                            "unit": "K"
                          },
                          {
                            "max": 14,
                            "min": 1.8,
                            "unit": "K"
                          },
                          {
                            "max": 21.1,
                            "min": 2.2,
                            "unit": "LBS"
                          },
                          {
                            "max": 12.7,
                            "min": 8.9,
                            "unit": "K"
                          },
                          {
                            "max": 24.2,
                            "min": 5.9,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.3,
                            "min": 0.1,
                            "unit": "LBS"
                          },
                          {
                            "max": 10.4,
                            "min": 8,
                            "unit": "LBS"
                          },
                          {
                            "max": 29,
                            "min": 4.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 20.2,
                            "min": 6.3,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 3,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 16.2,
                            "min": 6.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.3,
                            "min": 5.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 20.9,
                            "min": 4.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 12,
                            "min": 8.1,
                            "unit": "K"
                          },
                          {
                            "max": 15.2,
                            "min": 0.7,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CheckedBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "VcOMCctx",
                      "descriptions": [
                        {
                          "id": "tCBZALTJtD",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "zQdAZCIdZW",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "wORjLkYnUB",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "kUpCl",
                      "programID": 551,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "isfgbHQM",
                      "fareBasisCode": "A9k1PGWr",
                      "fareCode": "M3o",
                      "fareDescription": "Private fare",
                      "rbd": "D",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "LATEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 4,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Yl23X"
                      },
                      "penalty": {
                        "applicableFeeRemarks": [
                          {
                            "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "79.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "258.01",
                                  "curCode": "LYD",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "295.94",
                                  "curCode": "BWP",
                                  "taxable": false
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "395.26",
                                  "curCode": "TND",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "OlRYs",
                                "ruleId": "KwzpzF1NWs",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "rSdMw",
                                "ruleId": "bATqSgGaZ4",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "14.8"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "JvTbU",
                                "ruleId": "ioApWcDxKa",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": true,
                        "reuseInd": false,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "348.65",
                        "curCode": "QAR",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "473.01",
                          "curCode": "LRD",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "310.39",
                          "curCode": "EGP",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "446.74",
                          "curCode": "ALL",
                          "taxable": false
                        },
                        "exchangeRate": 0.9072
                      },
                      "originalAmount": {
                        "amount": "191.05",
                        "curCode": "XOF",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "141.26",
                                "curCode": "TND",
                                "taxable": true
                              },
                              "arrivalCity": "JXG",
                              "boardingCity": "BFX",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "164.36",
                                "curCode": "GEL",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "277.27",
                                "curCode": "STN",
                                "taxable": true
                              },
                              "arrivalCity": "MFS",
                              "boardingCity": "ZJZ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "210.95",
                                "curCode": "GTQ",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "384.58",
                            "curCode": "BOB",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "156.7",
                                "curCode": "MKD",
                                "taxable": false
                              },
                              "arrivalCity": "BCY",
                              "boardingCity": "MVG",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "346.1",
                                "curCode": "SYP",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "415.54",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "arrivalCity": "GRB",
                              "boardingCity": "LVR",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "144.96",
                                "curCode": "KYD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "384.62",
                            "curCode": "ZWL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "314.49",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "arrivalCity": "SZJ",
                              "boardingCity": "RBS",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "225.24",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "317.14",
                            "curCode": "EUR",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "329.85",
                                "curCode": "VUV",
                                "taxable": false
                              },
                              "arrivalCity": "XIG",
                              "boardingCity": "MYC",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "295.87",
                                "curCode": "SYP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "62.6",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "arrivalCity": "SKL",
                              "boardingCity": "DBV",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "81.21",
                                "curCode": "RSD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "57.12",
                            "curCode": "BDT",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "30.87",
                              "curCode": "UGX",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "RS",
                            "taxCode": "po9",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "008"
                          }
                        ],
                        "total": {
                          "amount": "61.56",
                          "curCode": "NIO",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "401.03",
                        "curCode": "PGK",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "QHC",
                          "date": "2027-04-22T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "ZPQ",
                          "date": "2027-01-11T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1644,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "9028",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "EPW",
                              "date": "2027-08-18T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UDI",
                              "date": "2027-03-21T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "TLF",
                              "date": "2027-04-16T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "JER",
                              "date": "2026-09-09T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HTF",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "FRE",
                              "date": "2026-10-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "SPQuUz5C",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "5635",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "s"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EEY",
                          "date": "2027-07-01T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "HQL",
                          "date": "2026-12-13T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 4485,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "6222",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KLG",
                              "date": "2027-03-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "NMB",
                              "date": "2026-12-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "MIC",
                              "date": "2026-10-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MOS",
                              "date": "2027-08-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PLB",
                              "date": "2026-11-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TEC",
                              "date": "2027-05-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "LGB",
                              "date": "2026-09-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WIK",
                              "date": "2026-08-30T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "KJV",
                              "date": "2027-04-25T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ZIF",
                              "date": "2027-04-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "UFB7X809",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "2328",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "n"
                      }
                    ],
                    "ticketDesignator": "Y12v",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show",
                          "After Departure"
                        ],
                        "description": "Part of rule change allowed",
                        "feeAmount": "195.21",
                        "feeCurrencyCode": "ALL",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "97.6",
                        "feeCurrencyCode": "NAD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "Before Departure",
                          "Before Departure",
                          "No Show",
                          "Before Departure"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "86.87",
                        "feeCurrencyCode": "EUR",
                        "hasFee": true,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "191.26",
                      "curCode": "BZD",
                      "taxable": true
                    },
                    "arrivalCity": "MEV",
                    "boardingCity": "DNU",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "215.51",
                      "curCode": "AFN",
                      "taxable": false
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "172.72",
                      "curCode": "IRR",
                      "taxable": true
                    },
                    "arrivalCity": "GKJ",
                    "boardingCity": "IKQ",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "188.22",
                      "curCode": "KGS",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "111.65",
                      "curCode": "UZS",
                      "taxable": false
                    },
                    "arrivalCity": "CDJ",
                    "boardingCity": "JBB",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "257.25",
                      "curCode": "UAH",
                      "taxable": true
                    },
                    "nature": "PEAK TRAVEL TIME",
                    "refundInd": true,
                    "surchargeType": "YYY"
                  },
                  {
                    "amount": {
                      "amount": "213.71",
                      "curCode": "BTN",
                      "taxable": false
                    },
                    "arrivalCity": "SWB",
                    "boardingCity": "WGX",
                    "description": "U.S Customs User Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "496.18",
                      "curCode": "CAD",
                      "taxable": true
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "2504282",
                    "airline": "JL",
                    "poviderName": "100K",
                    "programCode": "PLT/SPH",
                    "programName": "MILEAGE PLUS",
                    "signInID": "3461",
                    "tierCode": "G1",
                    "tierName": "Executive",
                    "tierPriority": "SILVER"
                  },
                  {
                    "accountNumber": "8576029",
                    "airline": "NH",
                    "poviderName": "30K",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "2021",
                    "tierCode": "S1",
                    "tierName": "Executive",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "2346369",
                    "airline": "AF",
                    "poviderName": "50K",
                    "programCode": "PLATINUM",
                    "programName": "SKYMILES GOLD",
                    "signInID": "9181",
                    "tierCode": "E1",
                    "tierName": "Platinum",
                    "tierPriority": "STANDARD"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Octavia",
                  "surname": "Muller"
                },
                "price": {
                  "baseAmount": {
                    "amount": "162.97",
                    "curCode": "CRC",
                    "taxable": false
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "382.84",
                      "curCode": "LRD",
                      "taxable": false
                    },
                    "preDiscountedAmount": {
                      "amount": "195.39",
                      "curCode": "SRD",
                      "taxable": false
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "268.77",
                      "curCode": "HNL",
                      "taxable": false
                    },
                    "exchangeRate": 0.9241
                  },
                  "originalAmount": {
                    "amount": "82.05",
                    "curCode": "CUP",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "266.96",
                            "curCode": "BYN",
                            "taxable": false
                          },
                          "arrivalCity": "UOU",
                          "boardingCity": "OQS",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "454.38",
                            "curCode": "SCR",
                            "taxable": true
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "423.58",
                            "curCode": "AOA",
                            "taxable": false
                          },
                          "arrivalCity": "HZR",
                          "boardingCity": "EGE",
                          "description": "Segment Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "461.52",
                            "curCode": "FJD",
                            "taxable": false
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "420.65",
                            "curCode": "IDR",
                            "taxable": false
                          },
                          "arrivalCity": "IGW",
                          "boardingCity": "DEF",
                          "description": "Security Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "152.35",
                            "curCode": "NIO",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "169.39",
                            "curCode": "ARS",
                            "taxable": true
                          },
                          "arrivalCity": "SCE",
                          "boardingCity": "HEQ",
                          "description": "Segment Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "240.16",
                            "curCode": "SDG",
                            "taxable": false
                          },
                          "nature": "SEASONAL",
                          "refundInd": true,
                          "surchargeType": "YYY"
                        },
                        {
                          "amount": {
                            "amount": "233.94",
                            "curCode": "HNL",
                            "taxable": false
                          },
                          "arrivalCity": "YWG",
                          "boardingCity": "OEH",
                          "description": "U.S Customs User Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "127.61",
                            "curCode": "SCR",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "393.53",
                        "curCode": "ISK",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "492.85",
                            "curCode": "CUP",
                            "taxable": false
                          },
                          "arrivalCity": "NLR",
                          "boardingCity": "ZSG",
                          "description": "U.S Customs User Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "410.65",
                            "curCode": "PAB",
                            "taxable": true
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        }
                      ],
                      "total": {
                        "amount": "462.36",
                        "curCode": "MYR",
                        "taxable": false
                      }
                    },
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "452.29",
                            "curCode": "GEL",
                            "taxable": false
                          },
                          "arrivalCity": "PUC",
                          "boardingCity": "XZP",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "269.83",
                            "curCode": "IRR",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "NNN"
                        },
                        {
                          "amount": {
                            "amount": "243.63",
                            "curCode": "NAD",
                            "taxable": true
                          },
                          "arrivalCity": "UOL",
                          "boardingCity": "VRU",
                          "description": "U.S Customs User Fee",
                          "designator": "ZP",
                          "localAmount": {
                            "amount": "240",
                            "curCode": "VUV",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": true,
                          "surchargeType": "NNN"
                        }
                      ],
                      "total": {
                        "amount": "79.42",
                        "curCode": "XOF",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "75.98",
                          "curCode": "ZAR",
                          "taxable": false
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "UY",
                        "taxCode": "3RK",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "924"
                      },
                      {
                        "amount": {
                          "amount": "89.65",
                          "curCode": "MKD",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "PS",
                        "taxCode": "h5G",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "651"
                      }
                    ],
                    "total": {
                      "amount": "326.24",
                      "curCode": "SOS",
                      "taxable": true
                    }
                  },
                  "totalAmount": {
                    "amount": "425.77",
                    "curCode": "NPR",
                    "taxable": false
                  }
                },
                "ptc": "CHD",
                "requestedPtc": "ADT",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "12K",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "BF"
                  },
                  {
                    "name": "EXTRA BAG",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "serviceCode": "BF"
                  }
                ],
                "tourCode": "zsSharMWAm"
              },
              {
                "baggage": [
                  {
                    "applicableBagText": "CHECKED BAG",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.8,
                            "min": 9.2,
                            "unit": "K"
                          },
                          {
                            "max": 26,
                            "min": 5.3,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.3,
                            "min": 0,
                            "unit": "LBS"
                          },
                          {
                            "max": 19.8,
                            "min": 4.2,
                            "unit": "K"
                          },
                          {
                            "max": 14.7,
                            "min": 0.5,
                            "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": 14.5,
                            "min": 2.4,
                            "unit": "LBS"
                          },
                          {
                            "max": 28.7,
                            "min": 9.7,
                            "unit": "K"
                          },
                          {
                            "max": 28.8,
                            "min": 9.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 21.2,
                            "min": 8.5,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.4,
                            "min": 3.7,
                            "unit": "K"
                          },
                          {
                            "max": 24.4,
                            "min": 9.5,
                            "unit": "K"
                          },
                          {
                            "max": 25.2,
                            "min": 7.2,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Party",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.2,
                            "min": 6.8,
                            "unit": "K"
                          },
                          {
                            "max": 21.6,
                            "min": 8.3,
                            "unit": "K"
                          },
                          {
                            "max": 15,
                            "min": 7.5,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.3,
                            "min": 8.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 24.8,
                            "min": 7.8,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      }
                    ],
                    "segments": [
                      "S2",
                      "S1"
                    ],
                    "totalQty": 2,
                    "type": "CheckedBag"
                  },
                  {
                    "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                    "applicablePartyText": "Traveler",
                    "details": [
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 27.7,
                            "min": 5.7,
                            "unit": "LBS"
                          },
                          {
                            "max": 17.3,
                            "min": 2.9,
                            "unit": "LBS"
                          },
                          {
                            "max": 14.5,
                            "min": 5.6,
                            "unit": "K"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 2
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 23.2,
                            "min": 4.3,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Dimensions: 55x40x20",
                          "Weight: 23kg"
                        ],
                        "quantity": 1
                      },
                      {
                        "applicableBagText": "CARRYON HAND BAGGAGE ALLOWANCE",
                        "constrains": [
                          {
                            "max": 24.6,
                            "min": 3.1,
                            "unit": "LBS"
                          }
                        ],
                        "desc": [
                          "Weight: 23kg",
                          "Dimensions: 55x40x20"
                        ],
                        "quantity": 1
                      }
                    ],
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "totalQty": 1,
                    "type": "CarryOnBag"
                  }
                ],
                "fareComponents": [
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "ewaifiXB",
                      "descriptions": [
                        {
                          "id": "vhsPdngkJy",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "ejUVuKhZXf",
                          "text": "Non-refundable"
                        }
                      ],
                      "programCode": "GnCul",
                      "programID": 244,
                      "programName": "INTERNATIONAL"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "kFmMtxez",
                      "fareBasisCode": "NHXftay3",
                      "fareCode": "rdv",
                      "fareDescription": "Public fare",
                      "rbd": "y",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P14D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "M8JUU"
                      },
                      "penalty": {
                        "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": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": true,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "69.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "34.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "86.9"
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "357.36",
                                  "curCode": "KYD",
                                  "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "145.98",
                                  "curCode": "PKR",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "pxMSV",
                                "ruleId": "BYj7KKfzeR",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "RnbzP",
                                "ruleId": "JJbfJ0EUHz",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "ibmBb",
                                "ruleId": "oHexwMdFNk",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "235.54",
                                  "curCode": "IDR",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "178.37",
                                  "curCode": "PHP",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "265.23",
                                  "curCode": "RON",
                                  "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": "177.32",
                                  "curCode": "TOP",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "BEElf",
                                "ruleId": "mFuFQMGGiL",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "268.72",
                                  "curCode": "XOF",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "fbkRX",
                                "ruleId": "BJseRwX0bJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "wdwBm",
                                "ruleId": "JUJqwI21jJ",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "nzsMJ",
                                "ruleId": "9ovydBPao1",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HrDAd",
                                "ruleId": "aYFE4qLoA2",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "206.35",
                                  "curCode": "STN",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "76.6"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "uyEsW",
                                "ruleId": "40IiezRnkN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hrLJq",
                                "ruleId": "zsXbKGBRmC",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "DJSGh",
                                "ruleId": "oFL7DePEFw",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "mkZYB",
                                "ruleId": "x9pns9dvSh",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "hmKIs",
                                "ruleId": "e5stLJzEVP",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "NoShow"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "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": 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": "220.34",
                        "curCode": "TWD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "163.95",
                          "curCode": "PAB",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "244.33",
                          "curCode": "GHS",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "316.67",
                          "curCode": "HTG",
                          "taxable": true
                        },
                        "exchangeRate": 0.9415
                      },
                      "originalAmount": {
                        "amount": "395.51",
                        "curCode": "ERN",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "311.11",
                                "curCode": "MUR",
                                "taxable": true
                              },
                              "arrivalCity": "FBU",
                              "boardingCity": "VPJ",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "448.7",
                                "curCode": "CHF",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "92.89",
                            "curCode": "BOB",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "459.21",
                                "curCode": "CDF",
                                "taxable": true
                              },
                              "arrivalCity": "TCW",
                              "boardingCity": "PAP",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "407.69",
                                "curCode": "LRD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "278.27",
                                "curCode": "UYU",
                                "taxable": true
                              },
                              "arrivalCity": "HJI",
                              "boardingCity": "EMC",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "280.98",
                                "curCode": "SSP",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "163.75",
                            "curCode": "LSL",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "109.1",
                                "curCode": "PYG",
                                "taxable": false
                              },
                              "arrivalCity": "HYW",
                              "boardingCity": "TLJ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "121.57",
                                "curCode": "CZK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "219.7",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "arrivalCity": "WTR",
                              "boardingCity": "UOI",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "363.85",
                                "curCode": "LAK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "462.03",
                            "curCode": "XAF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "194.31",
                                "curCode": "GMD",
                                "taxable": false
                              },
                              "arrivalCity": "BSV",
                              "boardingCity": "OGW",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "110.76",
                                "curCode": "KPW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "436.68",
                                "curCode": "CUP",
                                "taxable": true
                              },
                              "arrivalCity": "JBW",
                              "boardingCity": "HPR",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "132.84",
                                "curCode": "LSL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "455.33",
                            "curCode": "VND",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "167.71",
                                "curCode": "BAM",
                                "taxable": false
                              },
                              "arrivalCity": "XYK",
                              "boardingCity": "LVS",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "315.99",
                                "curCode": "KRW",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "265.26",
                            "curCode": "FJD",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "27.66",
                              "curCode": "XAF",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "MO",
                            "taxCode": "DLf",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "462"
                          },
                          {
                            "amount": {
                              "amount": "27.45",
                              "curCode": "DJF",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "VG",
                            "taxCode": "lYP",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "366"
                          },
                          {
                            "amount": {
                              "amount": "1.54",
                              "curCode": "BND",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GA",
                            "taxCode": "fbL",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "830"
                          },
                          {
                            "amount": {
                              "amount": "33.98",
                              "curCode": "KPW",
                              "taxable": false
                            },
                            "description": "FUEL SURCHARGE",
                            "nation": "SS",
                            "taxCode": "Eqt",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "689"
                          },
                          {
                            "amount": {
                              "amount": "61.55",
                              "curCode": "HTG",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "SM",
                            "taxCode": "MBy",
                            "taxCodeText": "TO BE COLLECTED",
                            "taxPadisCode": "535"
                          }
                        ],
                        "total": {
                          "amount": "415.35",
                          "curCode": "UAH",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "415.53",
                        "curCode": "BYN",
                        "taxable": true
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "EHL",
                          "date": "2026-12-16T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "ACS",
                          "date": "2026-10-02T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1508,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "4013",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HQR",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "AEK",
                              "date": "2026-08-29T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "PJK",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "LPI",
                              "date": "2027-01-25T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ZGH",
                              "date": "2027-07-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "FKM",
                              "date": "2027-03-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "rca3mKLx",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "9165",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "E"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "HFA",
                          "date": "2027-03-04T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "GMS",
                          "date": "2027-04-19T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 3513,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "5744",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "IZH",
                              "date": "2027-05-12T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "SYB",
                              "date": "2026-11-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "IDD",
                              "date": "2027-08-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XRT",
                              "date": "2027-04-15T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "HIE",
                              "date": "2027-06-04T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZBA",
                              "date": "2027-07-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EEA",
                              "date": "2027-08-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MEB",
                              "date": "2026-10-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VMN",
                              "date": "2027-02-17T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "ZEI",
                              "date": "2027-07-02T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "0_hFPzoV",
                        "marketingCarrier": "SQ",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "8860",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "e"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "IXN",
                          "date": "2026-11-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "HIT",
                          "date": "2026-12-16T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 1051,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "2034",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "DAR",
                              "date": "2026-11-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "YJU",
                              "date": "2026-11-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OTU",
                              "date": "2027-08-08T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GEX",
                              "date": "2027-01-31T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UFP",
                              "date": "2027-03-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GII",
                              "date": "2027-07-11T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "jo7zf09R",
                        "marketingCarrier": "JL",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "5678",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "V"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "CKH",
                          "date": "2027-03-13T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "KUK",
                          "date": "2026-10-12T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 253,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "1676",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "ZFA",
                              "date": "2027-04-08T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MXD",
                              "date": "2027-02-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "MRR",
                              "date": "2026-09-12T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XCW",
                              "date": "2027-01-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "FAQ",
                              "date": "2027-02-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XVN",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "4HMbWgeQ",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "0016",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "k"
                      }
                    ],
                    "ticketDesignator": "4eNz",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "194.39",
                        "feeCurrencyCode": "THB",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show",
                          "After Departure",
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "195.82",
                        "feeCurrencyCode": "KWD",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BASIC ECONOMY",
                      "code": "GKKgTZvJ",
                      "descriptions": [
                        {
                          "id": "RkeagJUMkV",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "AbcbX",
                      "programID": 861,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "yTfcBSYa",
                      "fareBasisCode": "uudECNzD",
                      "fareCode": "ZS5",
                      "fareDescription": "Private fare",
                      "rbd": "G",
                      "sabreCabinType": {
                        "cabinTypeCode": "Y",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P7D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 6,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "Z304y"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "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."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "392.38",
                                  "curCode": "BOB",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "195.78",
                                  "curCode": "TRY",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "FhbJf",
                                "ruleId": "a5GknapA9J",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "dnOlJ",
                                "ruleId": "lpzsUB37BE",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "AYgHs",
                                "ruleId": "fTC6gm2teo",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "atGxJ",
                                "ruleId": "rUOEkNksqf",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "429.54",
                                  "curCode": "SCR",
                                  "taxable": true
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "87.23",
                                  "curCode": "GMD",
                                  "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."
                                  }
                                ],
                                "percentageAmount": "67.8"
                              },
                              {
                                "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."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "31.8"
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "Irwpg",
                                "ruleId": "tjbeFVyr8X",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "noMmb",
                                "ruleId": "h11buqEVpb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "LJmNz",
                                "ruleId": "iDM6pikyEu",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "amounts": [
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "120.98",
                                  "curCode": "GMD",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "249.79",
                                  "curCode": "BDT",
                                  "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": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "84.7"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RwzIs",
                                "ruleId": "dkzBeSBHDF",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "bHuUt",
                                "ruleId": "XVejkRDozw",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "FDXcw",
                                "ruleId": "WeMw4AGOap",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "20.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "zHyFd",
                                "ruleId": "cHeo1syV3G",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          },
                          {
                            "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."
                                  }
                                ],
                                "percentageAmount": "52.7"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "298.44",
                                  "curCode": "EGP",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "KYfWH",
                                "ruleId": "MXDAKE4BbB",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "vZEPB",
                                "ruleId": "ypOEtcYh2H",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "MwXxt",
                                "ruleId": "l4BHjWqNB6",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "HccFM",
                                "ruleId": "n5SOyBUVIj",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "JUtvu",
                                "ruleId": "bhVcaAZTxu",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Change"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": false,
                        "upgradeFeeInd": false
                      },
                      "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "NONREF",
                          "VALID ON AA ONLY"
                        ],
                        "instantPurchase": "IM",
                        "ticketlessInd": false
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "386.9",
                        "curCode": "AZN",
                        "taxable": true
                      },
                      "discount": {
                        "description": "CORPORATE_DISCOUNT",
                        "discountAmount": {
                          "amount": "138.28",
                          "curCode": "MAD",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "274.53",
                          "curCode": "KYD",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "466.61",
                          "curCode": "NAD",
                          "taxable": true
                        },
                        "exchangeRate": 0.9546
                      },
                      "originalAmount": {
                        "amount": "137.86",
                        "curCode": "JOD",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "373.29",
                                "curCode": "HKD",
                                "taxable": false
                              },
                              "arrivalCity": "KCW",
                              "boardingCity": "RUS",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "373.63",
                                "curCode": "LKR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "430.69",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "arrivalCity": "DED",
                              "boardingCity": "QCS",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "441.72",
                                "curCode": "TWD",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "171.84",
                                "curCode": "ZAR",
                                "taxable": true
                              },
                              "arrivalCity": "RML",
                              "boardingCity": "LPD",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "373.52",
                                "curCode": "ZWL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "287.66",
                                "curCode": "AZN",
                                "taxable": true
                              },
                              "arrivalCity": "CUP",
                              "boardingCity": "MII",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "325.14",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "233.92",
                            "curCode": "CAD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "386.44",
                                "curCode": "CVE",
                                "taxable": false
                              },
                              "arrivalCity": "QHL",
                              "boardingCity": "YIW",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "198.03",
                                "curCode": "NZD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "158.34",
                                "curCode": "SHP",
                                "taxable": true
                              },
                              "arrivalCity": "MWO",
                              "boardingCity": "FRB",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "127.06",
                                "curCode": "MVR",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "72.28",
                                "curCode": "ZMW",
                                "taxable": false
                              },
                              "arrivalCity": "WIP",
                              "boardingCity": "AQX",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "213.52",
                                "curCode": "ERN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "161.34",
                                "curCode": "BBD",
                                "taxable": false
                              },
                              "arrivalCity": "HZL",
                              "boardingCity": "CIJ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "83.92",
                                "curCode": "JPY",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "359.69",
                            "curCode": "LSL",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "155.53",
                                "curCode": "CNY",
                                "taxable": true
                              },
                              "arrivalCity": "SUD",
                              "boardingCity": "BAX",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "348.76",
                                "curCode": "LBP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "232.19",
                                "curCode": "TRY",
                                "taxable": true
                              },
                              "arrivalCity": "GVA",
                              "boardingCity": "GIY",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "247",
                                "curCode": "HTG",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "248.53",
                            "curCode": "GMD",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "260.5",
                                "curCode": "LAK",
                                "taxable": false
                              },
                              "arrivalCity": "SAJ",
                              "boardingCity": "XHL",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "239.88",
                                "curCode": "BND",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "118.97",
                                "curCode": "MMK",
                                "taxable": false
                              },
                              "arrivalCity": "JTW",
                              "boardingCity": "ZIK",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "258.41",
                                "curCode": "DOP",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "221.56",
                                "curCode": "BHD",
                                "taxable": false
                              },
                              "arrivalCity": "DJG",
                              "boardingCity": "QQM",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "88.22",
                                "curCode": "MMK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "156.6",
                            "curCode": "CUP",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "45.44",
                              "curCode": "MYR",
                              "taxable": true
                            },
                            "description": "AIRPORT TAX",
                            "nation": "NU",
                            "taxCode": "RDa",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "755"
                          },
                          {
                            "amount": {
                              "amount": "25.54",
                              "curCode": "UZS",
                              "taxable": true
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "GH",
                            "taxCode": "vlk",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "831"
                          }
                        ],
                        "total": {
                          "amount": "113.69",
                          "curCode": "GEL",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "480.32",
                        "curCode": "THB",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "CSH",
                          "date": "2027-07-13T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "SYU",
                          "date": "2027-04-16T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3921,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "8503",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "UCR",
                              "date": "2026-09-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "BLH",
                              "date": "2026-10-01T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FBG",
                              "date": "2027-04-03T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "LTF",
                              "date": "2027-08-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YDL",
                              "date": "2027-04-29T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "CCA",
                              "date": "2027-06-24T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "PGA",
                              "date": "2027-05-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CUW",
                              "date": "2027-02-04T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YIJ",
                              "date": "2026-09-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "TKX",
                              "date": "2027-02-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "ZmD9QEwf",
                        "marketingCarrier": "AA",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "1347",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "m"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "NYD",
                          "date": "2027-03-25T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TIF",
                          "date": "2026-10-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 734,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "2160",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KQU",
                              "date": "2027-06-15T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "IVN",
                              "date": "2026-10-17T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FZG",
                              "date": "2027-08-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "MVB",
                              "date": "2027-03-02T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "HEN",
                              "date": "2027-02-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "DIL",
                              "date": "2026-10-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ILK",
                              "date": "2027-06-08T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "MTV",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "VVO",
                              "date": "2026-11-27T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BKO",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "RH-fo_H1",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "EK",
                        "operatingCarrierFlightNumber": "6839",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "T"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "ZKJ",
                          "date": "2027-03-09T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "RLT",
                          "date": "2026-09-16T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 3162,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "8592",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YWY",
                              "date": "2027-01-21T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "EZB",
                              "date": "2027-05-13T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "2uidiRbe",
                        "marketingCarrier": "LH",
                        "marketingCarrierName": "American Airlines",
                        "operatingCarrier": "LH",
                        "operatingCarrierFlightNumber": "7662",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "A"
                      }
                    ],
                    "ticketDesignator": "nSrr",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "Before Departure",
                          "No Show",
                          "After Departure",
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "178.74",
                        "feeCurrencyCode": "DOP",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "157.5",
                        "feeCurrencyCode": "CZK",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "ECONOMY FULLY FLEX",
                      "code": "XoGEKoHW",
                      "descriptions": [
                        {
                          "id": "kScqPowmKk",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "XgUHfCZYGb",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "xwKRD",
                      "programID": 632,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      },
                      "fareBasisCityPair": "IHqFEDVZ",
                      "fareBasisCode": "mGeJucbY",
                      "fareCode": "IwR",
                      "fareDescription": "Public fare",
                      "rbd": "k",
                      "sabreCabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "ECONOMY"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 7,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P7D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 3,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P3D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "MrOeZ"
                      },
                      "penalty": {
                        "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."
                          }
                        ],
                        "cancelFeeInd": false,
                        "changeFeeInd": false,
                        "details": [
                          {
                            "amounts": [
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "195.06",
                                  "curCode": "UYU",
                                  "taxable": false
                                }
                              },
                              {
                                "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": "388.56",
                                  "curCode": "SCR",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "47.6"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "136.54",
                                  "curCode": "VND",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "44.2"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "utiXr",
                                "ruleId": "JZmqD082Nb",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "rlxFo",
                                "ruleId": "p30h4cZrLd",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "MjoQe",
                                "ruleId": "do3aKj9qAw",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "YZOxo",
                                "ruleId": "o7SEiRbBhg",
                                "status": "ActionRequired",
                                "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": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "418.37",
                                  "curCode": "PEN",
                                  "taxable": true
                                }
                              },
                              {
                                "amountApplication": "MinimumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "495.55",
                                  "curCode": "HUF",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "STnQX",
                                "ruleId": "J8coH1EfRr",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "hGabY",
                                "ruleId": "J1Bqhdnc1F",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "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": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "percentageAmount": "6.1"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "45.9"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "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."
                                  }
                                ],
                                "percentageAmount": "18.4"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "128.48",
                                  "curCode": "AFN",
                                  "taxable": false
                                }
                              },
                              {
                                "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "247.54",
                                  "curCode": "CVE",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "cfVIf",
                                "ruleId": "bfi0EnoBLN",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "UxHkK",
                                "ruleId": "Bt5dRb5BSj",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "WanfK",
                                "ruleId": "sWy6Sx32WA",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P1",
                          "P2"
                        ],
                        "refundableInd": false,
                        "reuseInd": true,
                        "upgradeFeeInd": true
                      },
                      "remarks": [
                        {
                          "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."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "475.29",
                        "curCode": "USD",
                        "taxable": false
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "413.68",
                          "curCode": "XOF",
                          "taxable": false
                        },
                        "preDiscountedAmount": {
                          "amount": "355.7",
                          "curCode": "CDF",
                          "taxable": false
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "283.21",
                          "curCode": "BAM",
                          "taxable": true
                        },
                        "exchangeRate": 1.1459
                      },
                      "originalAmount": {
                        "amount": "266.55",
                        "curCode": "RSD",
                        "taxable": true
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "196.7",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "IGH",
                              "boardingCity": "ORN",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "492.46",
                                "curCode": "AWG",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "210.6",
                                "curCode": "ALL",
                                "taxable": true
                              },
                              "arrivalCity": "SLZ",
                              "boardingCity": "QEE",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "258.87",
                                "curCode": "PLN",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "246.55",
                                "curCode": "GTQ",
                                "taxable": true
                              },
                              "arrivalCity": "EJZ",
                              "boardingCity": "DDN",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "448.61",
                                "curCode": "NOK",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "429.97",
                                "curCode": "UZS",
                                "taxable": true
                              },
                              "arrivalCity": "BOZ",
                              "boardingCity": "CAV",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "413.09",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "158.21",
                            "curCode": "NOK",
                            "taxable": false
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "81.09",
                              "curCode": "IQD",
                              "taxable": false
                            },
                            "description": "AIRPORT TAX",
                            "nation": "MY",
                            "taxCode": "JYw",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "441"
                          }
                        ],
                        "total": {
                          "amount": "165.09",
                          "curCode": "ZWL",
                          "taxable": false
                        }
                      },
                      "totalAmount": {
                        "amount": "141.66",
                        "curCode": "QAR",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "RIL",
                          "date": "2026-09-14T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "F",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "TNG",
                          "date": "2026-12-25T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 787,
                        "duration": "PT2H",
                        "equipment": "320",
                        "flightNumber": "9902",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JTS",
                              "date": "2026-09-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "GXA",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "YVZ",
                              "date": "2027-05-24T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UZC",
                              "date": "2027-03-22T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          },
                          {
                            "arrival": {
                              "airport": "YHT",
                              "date": "2026-12-30T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YQS",
                              "date": "2027-04-05T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "WER",
                              "date": "2026-11-11T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "JQF",
                              "date": "2027-02-18T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "RID",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "BMM",
                              "date": "2027-04-22T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "MOYshkjI",
                        "marketingCarrier": "BA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "JL",
                        "operatingCarrierFlightNumber": "0507",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "j"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "KPV",
                          "date": "2026-10-25T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "ECONOMY"
                        },
                        "departure": {
                          "airport": "NHO",
                          "date": "2026-09-08T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 754,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "9726",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "JYR",
                              "date": "2026-12-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "GJX",
                              "date": "2026-11-03T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UNJ",
                              "date": "2026-08-26T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SGK",
                              "date": "2026-11-17T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "XLZ",
                              "date": "2026-11-04T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "XWC",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "OCR",
                              "date": "2026-11-05T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "SFU",
                              "date": "2026-11-23T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "GPDBDAeG",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "AA",
                        "operatingCarrierFlightNumber": "2229",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "h"
                      }
                    ],
                    "ticketDesignator": "uOV3",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "196.21",
                        "feeCurrencyCode": "HNL",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "141.45",
                        "feeCurrencyCode": "KMF",
                        "hasFee": false,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "No Show",
                          "No Show"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "127.67",
                        "feeCurrencyCode": "RSD",
                        "hasFee": true,
                        "isAllowed": true,
                        "type": "Cancel"
                      },
                      {
                        "applicabilityList": [
                          "After Departure",
                          "Before Departure",
                          "After Departure"
                        ],
                        "description": "Fee applies per sector",
                        "feeAmount": "153.62",
                        "feeCurrencyCode": "SOS",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  },
                  {
                    "brand": {
                      "brandName": "BUSINESS CLASS",
                      "code": "gJDxLbdW",
                      "descriptions": [
                        {
                          "id": "RiZfXVLDKX",
                          "text": "Refund allowed"
                        },
                        {
                          "id": "LpUphpaZkJ",
                          "text": "Non-refundable"
                        },
                        {
                          "id": "tTKeqWdMXn",
                          "text": "Refund allowed"
                        }
                      ],
                      "programCode": "wPTYu",
                      "programID": 694,
                      "programName": "DOMESTIC"
                    },
                    "fareBasis": {
                      "cabinType": {
                        "cabinTypeCode": "F",
                        "cabinTypeName": "FIRST"
                      },
                      "fareBasisCityPair": "mxMYUgum",
                      "fareBasisCode": "vjODurBV",
                      "fareCode": "wfL",
                      "fareDescription": "Public fare",
                      "rbd": "a",
                      "sabreCabinType": {
                        "cabinTypeCode": "C",
                        "cabinTypeName": "FIRST"
                      }
                    },
                    "fareRules": {
                      "advanceStay": {
                        "advancePurchase": {
                          "context": "EARLIEST",
                          "value": "P3D"
                        },
                        "maximumStay": {
                          "dayOfWeek": 5,
                          "dayQuantity": {
                            "context": "LATEST",
                            "value": "P14D"
                          }
                        },
                        "minimumStay": {
                          "dayOfWeek": 1,
                          "dayQuantity": {
                            "context": "EARLIEST",
                            "value": "P14D"
                          }
                        }
                      },
                      "corporateFare": {
                        "account": "AzwWc"
                      },
                      "penalty": {
                        "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": "Priority boarding begins at 7:30 PM."
                          },
                          {
                            "displayInd": true,
                            "value": "Hand baggage restrictions apply."
                          }
                        ],
                        "cancelFeeInd": false,
                        "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."
                                  }
                                ],
                                "percentageAmount": "80.6"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "RHwTG",
                                "ruleId": "fMn8PuqwNd",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "QMzvd",
                                "ruleId": "xA1fVtO6bh",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "FgFQg",
                                "ruleId": "xTHyBZ8csP",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "rMorm",
                                "ruleId": "LezwUCM9YA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": "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."
                                  }
                                ],
                                "percentageAmount": "11"
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "DwyHo",
                                "ruleId": "LxGQMVk5OQ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "LroOw",
                                "ruleId": "NjcYGeTg7W",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "iVlPG",
                                "ruleId": "BiYHc5xfJD",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "kWGwj",
                                "ruleId": "XKqA3TGJJA",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "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": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "139.68",
                                  "curCode": "CDF",
                                  "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "79.7"
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "167.71",
                                  "curCode": "ZMW",
                                  "taxable": true
                                }
                              },
                              {
                                "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": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "54.04",
                                  "curCode": "KWD",
                                  "taxable": true
                                }
                              }
                            ],
                            "application": "1",
                            "metadata": [
                              {
                                "name": "NmfmE",
                                "ruleId": "gcxmAoAfHi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              },
                              {
                                "name": "OnvEQ",
                                "ruleId": "d2Xykpc9uJ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "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": false,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "percentageAmount": "65.8"
                              },
                              {
                                "amountApplication": "MaximumPenaltyAmount",
                                "applicableFeeRemarks": [
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": false,
                                    "value": "Hand baggage restrictions apply."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "395.49",
                                  "curCode": "LKR",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "wOSvA",
                                "ruleId": "T7hBKstlLK",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "VFjsz",
                                "ruleId": "wLYhCophiQ",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "OiJqM",
                                "ruleId": "4lhQQzSBd3",
                                "status": "ActionRequired",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          },
                          {
                            "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."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "280.18",
                                  "curCode": "SYP",
                                  "taxable": true
                                }
                              },
                              {
                                "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": "Hand baggage restrictions apply."
                                  },
                                  {
                                    "displayInd": true,
                                    "value": "Priority boarding begins at 7:30 PM."
                                  }
                                ],
                                "currencyAmountValue": {
                                  "amount": "287.1",
                                  "curCode": "IQD",
                                  "taxable": false
                                }
                              }
                            ],
                            "application": "2",
                            "metadata": [
                              {
                                "name": "EBVyH",
                                "ruleId": "s7l6AHBkRR",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  }
                                ]
                              },
                              {
                                "name": "qYuDo",
                                "ruleId": "bqBuILdufi",
                                "status": "RuleExecuted",
                                "values": [
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Valid on weekdays."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  },
                                  {
                                    "instruction": "Subject to availability."
                                  }
                                ]
                              }
                            ],
                            "penaltyType": "Cancellation"
                          }
                        ],
                        "refs": [
                          "P2",
                          "P1"
                        ],
                        "refundableInd": true,
                        "reuseInd": true,
                        "upgradeFeeInd": false
                      },
                      "remarks": [
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        },
                        {
                          "displayInd": false,
                          "value": "Priority boarding begins at 7:30 PM."
                        },
                        {
                          "displayInd": true,
                          "value": "Hand baggage restrictions apply."
                        }
                      ],
                      "ticketing": {
                        "endorsements": [
                          "VALID ON AA ONLY",
                          "NONREF"
                        ],
                        "instantPurchase": "CC",
                        "ticketlessInd": true
                      }
                    },
                    "price": {
                      "baseAmount": {
                        "amount": "385.46",
                        "curCode": "HKD",
                        "taxable": true
                      },
                      "discount": {
                        "description": "DSC_CONTINOUS_PRICING",
                        "discountAmount": {
                          "amount": "265.86",
                          "curCode": "MOP",
                          "taxable": true
                        },
                        "preDiscountedAmount": {
                          "amount": "311.26",
                          "curCode": "ISK",
                          "taxable": true
                        }
                      },
                      "filingInformation": {
                        "baseAmount": {
                          "amount": "155.3",
                          "curCode": "BIF",
                          "taxable": false
                        },
                        "exchangeRate": 0.8593
                      },
                      "originalAmount": {
                        "amount": "353.01",
                        "curCode": "ERN",
                        "taxable": false
                      },
                      "surcharges": [
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "251.79",
                                "curCode": "BZD",
                                "taxable": true
                              },
                              "arrivalCity": "LNF",
                              "boardingCity": "SHP",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "298.48",
                                "curCode": "CZK",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "322.04",
                                "curCode": "AMD",
                                "taxable": true
                              },
                              "arrivalCity": "PNU",
                              "boardingCity": "QXU",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "363.56",
                                "curCode": "JMD",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "208.79",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "arrivalCity": "OYO",
                              "boardingCity": "CRS",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "402.37",
                                "curCode": "TRY",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "247.1",
                                "curCode": "NPR",
                                "taxable": true
                              },
                              "arrivalCity": "HYV",
                              "boardingCity": "MVT",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "180.4",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "112.26",
                            "curCode": "CHF",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "367.71",
                                "curCode": "PGK",
                                "taxable": false
                              },
                              "arrivalCity": "CZT",
                              "boardingCity": "ZBU",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "53.97",
                                "curCode": "IRR",
                                "taxable": true
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "65.68",
                                "curCode": "ALL",
                                "taxable": false
                              },
                              "arrivalCity": "TWQ",
                              "boardingCity": "GCY",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "360.06",
                                "curCode": "DZD",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "365.91",
                                "curCode": "SEK",
                                "taxable": true
                              },
                              "arrivalCity": "ELW",
                              "boardingCity": "OJC",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "98.88",
                                "curCode": "ZAR",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "216.23",
                                "curCode": "FJD",
                                "taxable": false
                              },
                              "arrivalCity": "MHP",
                              "boardingCity": "EAR",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "167.46",
                                "curCode": "SLE",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "398.41",
                                "curCode": "MAD",
                                "taxable": false
                              },
                              "arrivalCity": "ELX",
                              "boardingCity": "QOF",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "255.7",
                                "curCode": "CDF",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            }
                          ],
                          "total": {
                            "amount": "345.76",
                            "curCode": "KZT",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "194.24",
                                "curCode": "BRL",
                                "taxable": true
                              },
                              "arrivalCity": "YZI",
                              "boardingCity": "QKQ",
                              "description": "U.S Customs User Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "448.92",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "131.46",
                                "curCode": "XOF",
                                "taxable": true
                              },
                              "arrivalCity": "WEA",
                              "boardingCity": "OIT",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "401.23",
                                "curCode": "KES",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "355.34",
                                "curCode": "KGS",
                                "taxable": true
                              },
                              "arrivalCity": "URZ",
                              "boardingCity": "NBP",
                              "description": "Segment Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "340.33",
                                "curCode": "BRL",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            }
                          ],
                          "total": {
                            "amount": "226.3",
                            "curCode": "UYU",
                            "taxable": false
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "335.98",
                                "curCode": "HTG",
                                "taxable": false
                              },
                              "arrivalCity": "DDD",
                              "boardingCity": "RXL",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "348.51",
                                "curCode": "HNL",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "185.68",
                                "curCode": "SEK",
                                "taxable": false
                              },
                              "arrivalCity": "ISF",
                              "boardingCity": "FFA",
                              "description": "Security Fee",
                              "designator": "USC",
                              "localAmount": {
                                "amount": "453.66",
                                "curCode": "AED",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "450.07",
                                "curCode": "ZMW",
                                "taxable": true
                              },
                              "arrivalCity": "JDP",
                              "boardingCity": "GNR",
                              "description": "Segment Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "286.73",
                                "curCode": "SOS",
                                "taxable": true
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "YNY"
                            },
                            {
                              "amount": {
                                "amount": "465.24",
                                "curCode": "LYD",
                                "taxable": false
                              },
                              "arrivalCity": "TCK",
                              "boardingCity": "IQY",
                              "description": "Security Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "450.86",
                                "curCode": "LAK",
                                "taxable": false
                              },
                              "nature": "SECURITY",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "214.98",
                                "curCode": "MXN",
                                "taxable": false
                              },
                              "arrivalCity": "YXF",
                              "boardingCity": "FHQ",
                              "description": "Security Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "493.71",
                                "curCode": "ISK",
                                "taxable": false
                              },
                              "nature": "SEASONAL",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "244.56",
                            "curCode": "GYD",
                            "taxable": true
                          }
                        },
                        {
                          "fees": [
                            {
                              "amount": {
                                "amount": "144.81",
                                "curCode": "CLP",
                                "taxable": false
                              },
                              "arrivalCity": "FAI",
                              "boardingCity": "VDS",
                              "description": "U.S Customs User Fee",
                              "designator": "AY",
                              "localAmount": {
                                "amount": "83.17",
                                "curCode": "AED",
                                "taxable": true
                              },
                              "nature": "SEASONAL",
                              "refundInd": false,
                              "surchargeType": "NNN"
                            },
                            {
                              "amount": {
                                "amount": "54.11",
                                "curCode": "KHR",
                                "taxable": false
                              },
                              "arrivalCity": "YRT",
                              "boardingCity": "WDQ",
                              "description": "Segment Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "472.88",
                                "curCode": "MZN",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": false,
                              "surchargeType": "YYY"
                            },
                            {
                              "amount": {
                                "amount": "499.48",
                                "curCode": "CLP",
                                "taxable": true
                              },
                              "arrivalCity": "WIM",
                              "boardingCity": "YDP",
                              "description": "U.S Customs User Fee",
                              "designator": "ZP",
                              "localAmount": {
                                "amount": "250.41",
                                "curCode": "SBD",
                                "taxable": false
                              },
                              "nature": "PEAK TRAVEL TIME",
                              "refundInd": true,
                              "surchargeType": "NNN"
                            }
                          ],
                          "total": {
                            "amount": "164.23",
                            "curCode": "PAB",
                            "taxable": true
                          }
                        }
                      ],
                      "taxes": {
                        "breakdown": [
                          {
                            "amount": {
                              "amount": "81.55",
                              "curCode": "BYN",
                              "taxable": false
                            },
                            "description": "GOODS AND SERVICES TAX",
                            "nation": "QA",
                            "taxCode": "vbA",
                            "taxCodeText": "PAID",
                            "taxPadisCode": "829"
                          }
                        ],
                        "total": {
                          "amount": "183.03",
                          "curCode": "GIP",
                          "taxable": true
                        }
                      },
                      "totalAmount": {
                        "amount": "369.24",
                        "curCode": "ERN",
                        "taxable": false
                      }
                    },
                    "segments": [
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "PFZ",
                          "date": "2027-03-05T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "YSV",
                          "date": "2027-07-14T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 3169,
                        "duration": "PT5H44M",
                        "equipment": "787",
                        "flightNumber": "7852",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "FAL",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WUH",
                              "date": "2027-03-29T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "ATH",
                              "date": "2027-03-01T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "PRT",
                              "date": "2026-10-28T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YHK",
                              "date": "2027-01-19T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "ISM",
                              "date": "2026-10-24T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "FES",
                              "date": "2027-02-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UXG",
                              "date": "2027-05-28T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "PYX",
                              "date": "2026-10-18T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "AVS",
                              "date": "2026-11-15T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "4eSyV7TF",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "NH",
                        "operatingCarrierFlightNumber": "9363",
                        "operatingCarrierName": "Delta Connection",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": true,
                        "arrival": {
                          "airport": "QWO",
                          "date": "2026-11-04T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "cabinType": {
                          "cabinTypeCode": "C",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "FII",
                          "date": "2027-04-16T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "distanceInMiles": 3271,
                        "duration": "PT5H44M",
                        "equipment": "737",
                        "flightNumber": "7742",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "YFL",
                              "date": "2027-01-01T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "NBB",
                              "date": "2027-03-05T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "apTpuQgd",
                        "marketingCarrier": "AF",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "AF",
                        "operatingCarrierFlightNumber": "4115",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "Q"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "GJU",
                          "date": "2026-11-15T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "PKN",
                          "date": "2026-09-20T00:00:00.0Z",
                          "terminal": "B"
                        },
                        "distanceInMiles": 149,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "7523",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "KBT",
                              "date": "2027-05-25T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YDW",
                              "date": "2027-06-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "YID",
                              "date": "2026-10-23T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IQP",
                              "date": "2026-10-16T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "JVD",
                              "date": "2027-01-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "IXO",
                              "date": "2027-03-19T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VUO",
                              "date": "2027-07-06T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "KOR",
                              "date": "2027-05-20T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "EIQ",
                              "date": "2027-07-19T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "UFO",
                              "date": "2026-09-21T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT5H44M"
                          }
                        ],
                        "id": "PKbEj9pA",
                        "marketingCarrier": "UA",
                        "marketingCarrierName": "Delta Airlines",
                        "operatingCarrier": "BA",
                        "operatingCarrierFlightNumber": "3503",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "C"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "CKF",
                          "date": "2027-07-20T00:00:00.0Z",
                          "terminal": "A"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "BUSINESS"
                        },
                        "departure": {
                          "airport": "FBE",
                          "date": "2026-09-13T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "distanceInMiles": 4026,
                        "duration": "PT2H",
                        "equipment": "787",
                        "flightNumber": "3339",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "GNL",
                              "date": "2027-06-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "UCB",
                              "date": "2026-08-31T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "RGH",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YBU",
                              "date": "2026-09-10T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "320",
                            "onGroundTime": "PT1H"
                          },
                          {
                            "arrival": {
                              "airport": "VXF",
                              "date": "2027-02-09T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "WCI",
                              "date": "2026-12-05T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "AVG",
                              "date": "2027-02-07T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "CDJ",
                              "date": "2027-08-14T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "VZE",
                              "date": "2027-02-03T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "YHC",
                              "date": "2026-10-11T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          }
                        ],
                        "id": "1BTbX-mr",
                        "marketingCarrier": "DL",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "7676",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "R"
                      },
                      {
                        "arnkInd": false,
                        "arrival": {
                          "airport": "XUJ",
                          "date": "2027-04-04T00:00:00.0Z",
                          "terminal": "D"
                        },
                        "cabinType": {
                          "cabinTypeCode": "Y",
                          "cabinTypeName": "FIRST"
                        },
                        "departure": {
                          "airport": "SBF",
                          "date": "2026-09-19T00:00:00.0Z",
                          "terminal": "C"
                        },
                        "distanceInMiles": 1433,
                        "duration": "PT2H",
                        "equipment": "737",
                        "flightNumber": "1958",
                        "hiddenConnections": [
                          {
                            "arrival": {
                              "airport": "HFF",
                              "date": "2026-11-02T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "PYV",
                              "date": "2027-01-10T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "UIW",
                              "date": "2027-07-14T00:00:00.0Z",
                              "terminal": "B"
                            },
                            "changeOfGaugeInd": false,
                            "departure": {
                              "airport": "DLR",
                              "date": "2026-10-22T00:00:00.0Z",
                              "terminal": "C"
                            },
                            "equipment": "737",
                            "onGroundTime": "PT2H"
                          },
                          {
                            "arrival": {
                              "airport": "NKI",
                              "date": "2027-05-27T00:00:00.0Z",
                              "terminal": "D"
                            },
                            "changeOfGaugeInd": true,
                            "departure": {
                              "airport": "XLF",
                              "date": "2027-06-06T00:00:00.0Z",
                              "terminal": "A"
                            },
                            "equipment": "787",
                            "onGroundTime": "PT1H"
                          }
                        ],
                        "id": "Cr-CJC99",
                        "marketingCarrier": "NH",
                        "marketingCarrierName": "United Airlines",
                        "operatingCarrier": "UA",
                        "operatingCarrierFlightNumber": "3859",
                        "operatingCarrierName": "American Eagle",
                        "rbd": "j"
                      }
                    ],
                    "ticketDesignator": "hEAt",
                    "voluntaryChangeInformation": [
                      {
                        "applicabilityList": [
                          "No Show"
                        ],
                        "description": "Non-refundable",
                        "feeAmount": "183.61",
                        "feeCurrencyCode": "TMT",
                        "hasFee": false,
                        "isAllowed": false,
                        "type": "Cancel"
                      }
                    ]
                  }
                ],
                "fees": [
                  {
                    "amount": {
                      "amount": "392.06",
                      "curCode": "BGN",
                      "taxable": true
                    },
                    "arrivalCity": "KII",
                    "boardingCity": "HEB",
                    "description": "Security Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "178.98",
                      "curCode": "MAD",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  },
                  {
                    "amount": {
                      "amount": "282.64",
                      "curCode": "TZS",
                      "taxable": false
                    },
                    "arrivalCity": "TSB",
                    "boardingCity": "NBO",
                    "description": "U.S Customs User Fee",
                    "designator": "USC",
                    "localAmount": {
                      "amount": "453.19",
                      "curCode": "MAD",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": false,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "348.73",
                      "curCode": "TZS",
                      "taxable": false
                    },
                    "arrivalCity": "PUZ",
                    "boardingCity": "XRH",
                    "description": "Security Fee",
                    "designator": "ZP",
                    "localAmount": {
                      "amount": "473.31",
                      "curCode": "CUP",
                      "taxable": false
                    },
                    "nature": "SEASONAL",
                    "refundInd": true,
                    "surchargeType": "NNN"
                  },
                  {
                    "amount": {
                      "amount": "103.41",
                      "curCode": "XOF",
                      "taxable": true
                    },
                    "arrivalCity": "IIV",
                    "boardingCity": "LAQ",
                    "description": "Segment Fee",
                    "designator": "AY",
                    "localAmount": {
                      "amount": "162.55",
                      "curCode": "UGX",
                      "taxable": true
                    },
                    "nature": "SECURITY",
                    "refundInd": false,
                    "surchargeType": "YNY"
                  }
                ],
                "frequentFlyer": [
                  {
                    "accountNumber": "2708172",
                    "airline": "SQ",
                    "poviderName": "30K",
                    "programCode": "PLT/SPH",
                    "programName": "EXECUTIVE CLUB",
                    "signInID": "8355",
                    "tierCode": "G1",
                    "tierName": "Silver",
                    "tierPriority": "STANDARD"
                  },
                  {
                    "accountNumber": "0193511",
                    "airline": "AA",
                    "poviderName": "50K",
                    "programCode": "GOLD",
                    "programName": "SKYMILES GOLD",
                    "signInID": "7259",
                    "tierCode": "G1",
                    "tierName": "Gold",
                    "tierPriority": "SILVER"
                  }
                ],
                "id": "Passenger1",
                "passengerDescription": {
                  "givenName": "Anastacio",
                  "surname": "Bosco"
                },
                "price": {
                  "baseAmount": {
                    "amount": "242.2",
                    "curCode": "BDT",
                    "taxable": true
                  },
                  "discount": {
                    "description": "CORPORATE_DISCOUNT",
                    "discountAmount": {
                      "amount": "229.85",
                      "curCode": "JOD",
                      "taxable": true
                    },
                    "preDiscountedAmount": {
                      "amount": "135.67",
                      "curCode": "PKR",
                      "taxable": true
                    }
                  },
                  "filingInformation": {
                    "baseAmount": {
                      "amount": "52.89",
                      "curCode": "MWK",
                      "taxable": true
                    },
                    "exchangeRate": 1.1995
                  },
                  "originalAmount": {
                    "amount": "154.92",
                    "curCode": "SAR",
                    "taxable": false
                  },
                  "surcharges": [
                    {
                      "fees": [
                        {
                          "amount": {
                            "amount": "165.18",
                            "curCode": "COP",
                            "taxable": true
                          },
                          "arrivalCity": "TYM",
                          "boardingCity": "FZV",
                          "description": "Security Fee",
                          "designator": "USC",
                          "localAmount": {
                            "amount": "168.12",
                            "curCode": "KZT",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "397.45",
                            "curCode": "COP",
                            "taxable": true
                          },
                          "arrivalCity": "PIK",
                          "boardingCity": "UKH",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "53.08",
                            "curCode": "CLP",
                            "taxable": false
                          },
                          "nature": "PEAK TRAVEL TIME",
                          "refundInd": false,
                          "surchargeType": "YNY"
                        },
                        {
                          "amount": {
                            "amount": "416.65",
                            "curCode": "AZN",
                            "taxable": true
                          },
                          "arrivalCity": "PEP",
                          "boardingCity": "NGM",
                          "description": "Segment Fee",
                          "designator": "AY",
                          "localAmount": {
                            "amount": "479.44",
                            "curCode": "BOB",
                            "taxable": true
                          },
                          "nature": "SECURITY",
                          "refundInd": false,
                          "surchargeType": "YYY"
                        }
                      ],
                      "total": {
                        "amount": "218.46",
                        "curCode": "ZWL",
                        "taxable": true
                      }
                    }
                  ],
                  "taxes": {
                    "breakdown": [
                      {
                        "amount": {
                          "amount": "35.33",
                          "curCode": "LAK",
                          "taxable": true
                        },
                        "description": "GOODS AND SERVICES TAX",
                        "nation": "AG",
                        "taxCode": "xzn",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "969"
                      },
                      {
                        "amount": {
                          "amount": "20.36",
                          "curCode": "MUR",
                          "taxable": false
                        },
                        "description": "FUEL SURCHARGE",
                        "nation": "ME",
                        "taxCode": "a8D",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "405"
                      },
                      {
                        "amount": {
                          "amount": "81.38",
                          "curCode": "MZN",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "NZ",
                        "taxCode": "Vfh",
                        "taxCodeText": "TO BE COLLECTED",
                        "taxPadisCode": "547"
                      },
                      {
                        "amount": {
                          "amount": "33.56",
                          "curCode": "LYD",
                          "taxable": true
                        },
                        "description": "AIRPORT TAX",
                        "nation": "CN",
                        "taxCode": "Yh0",
                        "taxCodeText": "PAID",
                        "taxPadisCode": "049"
                      }
                    ],
                    "total": {
                      "amount": "213.7",
                      "curCode": "BBD",
                      "taxable": false
                    }
                  },
                  "totalAmount": {
                    "amount": "213.72",
                    "curCode": "CNY",
                    "taxable": false
                  }
                },
                "ptc": "ADT",
                "requestedPtc": "CHD",
                "services": [
                  {
                    "name": "CHANGE AFTER DEPARTURE",
                    "reasonForIssuanceSubCode": "06J",
                    "segments": [
                      "S1",
                      "S2"
                    ],
                    "serviceCode": "0B5"
                  }
                ],
                "tourCode": "TNWxITKRdr"
              }
            ],
            "type": "Air"
          }
        ],
        "paymentTimeLimitDateTime": "2027-03-31T00:00:00.0Z",
        "paymentTimeLimitText": "2026-08-24T00:00:00.0Z",
        "penalties": [
          {
            "appCode": "PDE",
            "application": "BEFORE_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": false,
            "description": "Refundable after departure",
            "id": "mreNrI-w",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "402.4",
              "curCode": "CNY",
              "taxable": true
            },
            "percentage": "76.1",
            "typeCode": "Upgrade",
            "upgradeFeeInd": false
          },
          {
            "appCode": "NOS",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Reissue allowed with fee",
            "id": "W2DX2Q7w",
            "instruction": "Not allowed",
            "penaltyAmount": {
              "amount": "165.38",
              "curCode": "SSP",
              "taxable": true
            },
            "percentage": "63",
            "typeCode": "Change",
            "upgradeFeeInd": true
          },
          {
            "appCode": "NOS",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": true,
            "changeFeeInd": true,
            "description": "Reissue allowed with fee",
            "id": "XEhS9Ntb",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "173.71",
              "curCode": "THB",
              "taxable": false
            },
            "percentage": "69.9",
            "typeCode": "NoShow",
            "upgradeFeeInd": true
          },
          {
            "appCode": "NOS",
            "application": "AFTER_DEPARTURE",
            "cancelFeeInd": false,
            "changeFeeInd": true,
            "description": "Non-refundable ticket",
            "id": "gkC7TuIK",
            "instruction": "Allowed",
            "penaltyAmount": {
              "amount": "57.1",
              "curCode": "AMD",
              "taxable": false
            },
            "percentage": "57.8",
            "typeCode": "Cancellation",
            "upgradeFeeInd": false
          }
        ],
        "penalty": {
          "baseAmount": {
            "amount": "476.37",
            "curCode": "FJD",
            "taxable": true
          },
          "discount": {
            "description": "DSC_CONTINOUS_PRICING",
            "discountAmount": {
              "amount": "93.3",
              "curCode": "KZT",
              "taxable": false
            },
            "preDiscountedAmount": {
              "amount": "249.81",
              "curCode": "KPW",
              "taxable": true
            }
          },
          "filingInformation": {
            "baseAmount": {
              "amount": "228.94",
              "curCode": "MNT",
              "taxable": false
            },
            "exchangeRate": 1.0858
          },
          "originalAmount": {
            "amount": "275",
            "curCode": "IRR",
            "taxable": true
          },
          "surcharges": [
            {
              "fees": [
                {
                  "amount": {
                    "amount": "311.5",
                    "curCode": "LBP",
                    "taxable": true
                  },
                  "arrivalCity": "ALC",
                  "boardingCity": "HYP",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "447.42",
                    "curCode": "MYR",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "102.33",
                    "curCode": "EGP",
                    "taxable": true
                  },
                  "arrivalCity": "JLX",
                  "boardingCity": "VFZ",
                  "description": "U.S Customs User Fee",
                  "designator": "USC",
                  "localAmount": {
                    "amount": "212.85",
                    "curCode": "MZN",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "228.92",
                    "curCode": "IQD",
                    "taxable": false
                  },
                  "arrivalCity": "DCH",
                  "boardingCity": "NRL",
                  "description": "U.S Customs User Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "51.27",
                    "curCode": "PLN",
                    "taxable": false
                  },
                  "nature": "SECURITY",
                  "refundInd": true,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "240.95",
                    "curCode": "TZS",
                    "taxable": false
                  },
                  "arrivalCity": "XTA",
                  "boardingCity": "EQR",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "74.34",
                    "curCode": "KYD",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "113.38",
                    "curCode": "OMR",
                    "taxable": true
                  },
                  "arrivalCity": "TPT",
                  "boardingCity": "ILQ",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "199.14",
                    "curCode": "HNL",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "347.91",
                "curCode": "NPR",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "89.87",
                    "curCode": "CLP",
                    "taxable": true
                  },
                  "arrivalCity": "YVZ",
                  "boardingCity": "MWX",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "470.45",
                    "curCode": "BRL",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "59.43",
                    "curCode": "TRY",
                    "taxable": true
                  },
                  "arrivalCity": "SBL",
                  "boardingCity": "BYS",
                  "description": "Security Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "333.58",
                    "curCode": "MAD",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "NNN"
                },
                {
                  "amount": {
                    "amount": "304.53",
                    "curCode": "SRD",
                    "taxable": false
                  },
                  "arrivalCity": "ZVL",
                  "boardingCity": "WTH",
                  "description": "Security Fee",
                  "designator": "ZP",
                  "localAmount": {
                    "amount": "279.77",
                    "curCode": "SLE",
                    "taxable": true
                  },
                  "nature": "SEASONAL",
                  "refundInd": false,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "364.3",
                "curCode": "SDG",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "320.09",
                    "curCode": "BRL",
                    "taxable": false
                  },
                  "arrivalCity": "INV",
                  "boardingCity": "NZZ",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "108.77",
                    "curCode": "BDT",
                    "taxable": false
                  },
                  "nature": "PEAK TRAVEL TIME",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "427.61",
                "curCode": "KPW",
                "taxable": false
              }
            },
            {
              "fees": [
                {
                  "amount": {
                    "amount": "253.69",
                    "curCode": "HTG",
                    "taxable": false
                  },
                  "arrivalCity": "WMF",
                  "boardingCity": "XQS",
                  "description": "U.S Customs User Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "419.84",
                    "curCode": "SYP",
                    "taxable": true
                  },
                  "nature": "SECURITY",
                  "refundInd": false,
                  "surchargeType": "YYY"
                },
                {
                  "amount": {
                    "amount": "416.37",
                    "curCode": "BHD",
                    "taxable": false
                  },
                  "arrivalCity": "CPB",
                  "boardingCity": "FZL",
                  "description": "Segment Fee",
                  "designator": "AY",
                  "localAmount": {
                    "amount": "489.05",
                    "curCode": "NOK",
                    "taxable": false
                  },
                  "nature": "SEASONAL",
                  "refundInd": true,
                  "surchargeType": "NNN"
                }
              ],
              "total": {
                "amount": "452.93",
                "curCode": "BZD",
                "taxable": true
              }
            }
          ],
          "taxes": {
            "breakdown": [
              {
                "amount": {
                  "amount": "50.32",
                  "curCode": "EGP",
                  "taxable": false
                },
                "description": "AIRPORT TAX",
                "nation": "VE",
                "taxCode": "RtE",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "525"
              },
              {
                "amount": {
                  "amount": "66.99",
                  "curCode": "AED",
                  "taxable": false
                },
                "description": "GOODS AND SERVICES TAX",
                "nation": "CL",
                "taxCode": "g5a",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "915"
              },
              {
                "amount": {
                  "amount": "4.04",
                  "curCode": "CLP",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "LS",
                "taxCode": "6sq",
                "taxCodeText": "PAID",
                "taxPadisCode": "733"
              },
              {
                "amount": {
                  "amount": "30.28",
                  "curCode": "TOP",
                  "taxable": true
                },
                "description": "FUEL SURCHARGE",
                "nation": "BB",
                "taxCode": "L9D",
                "taxCodeText": "PAID",
                "taxPadisCode": "837"
              },
              {
                "amount": {
                  "amount": "6.14",
                  "curCode": "JPY",
                  "taxable": false
                },
                "description": "FUEL SURCHARGE",
                "nation": "MG",
                "taxCode": "vlN",
                "taxCodeText": "TO BE COLLECTED",
                "taxPadisCode": "909"
              }
            ],
            "total": {
              "amount": "299.64",
              "curCode": "PKR",
              "taxable": false
            }
          },
          "totalAmount": {
            "amount": "401.66",
            "curCode": "UYU",
            "taxable": true
          }
        },
        "penaltyRefs": [
          "PEN1",
          "PEN2"
        ],
        "priceGuaranteeTimeLimitDateTime": "2026-08-28T00:00:00.0Z",
        "priceGuaranteeTimeLimitText": "2027-08-17T00:00:00.0Z",
        "promotions": [
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "65.78",
                  "curCode": "SDG",
                  "percent": "7.5"
                },
                "id": "48549",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "17.49",
                  "curCode": "USD",
                  "percent": "5.6"
                },
                "id": "77541",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "69.51",
                  "curCode": "ISK",
                  "percent": "19.6"
                },
                "id": "16386",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "54.98",
                  "curCode": "SHP",
                  "percent": "10.7"
                },
                "id": "47386",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "48.85",
                  "curCode": "XOF",
                  "percent": "9.3"
                },
                "id": "42332",
                "type": "PRE"
              }
            ],
            "tag": "qt7COOg14y",
            "tourCode": "lkmXrU5Vnd"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "99.49",
                  "curCode": "LYD",
                  "percent": "10.4"
                },
                "id": "00640",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "52.46",
                  "curCode": "SCR",
                  "percent": "14.8"
                },
                "id": "29236",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "68.72",
                  "curCode": "AWG",
                  "percent": "12.5"
                },
                "id": "80461",
                "type": "POST"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "89.36",
                  "curCode": "LKR",
                  "percent": "8.1"
                },
                "id": "24995",
                "type": "PRE"
              }
            ],
            "tag": "de3sLpWFjb",
            "tourCode": "kUqhRv1gvd"
          },
          {
            "remarks": [
              "Early Bird",
              "Summer Special"
            ],
            "rules": [
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "68.7",
                  "curCode": "XOF",
                  "percent": "9.8"
                },
                "id": "58785",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "SummerTime",
                  "amount": "44.06",
                  "curCode": "MUR",
                  "percent": "16.5"
                },
                "id": "05311",
                "type": "PRE"
              },
              {
                "discount": {
                  "accountCodes": "WinterSale",
                  "amount": "22.58",
                  "curCode": "BWP",
                  "percent": "9.7"
                },
                "id": "30523",
                "type": "PRE"
              }
            ],
            "tag": "0Z9ws8e4NC",
            "tourCode": "HOW9MmqqpE"
          }
        ],
        "purchaseTimeLimitDateTime": "2027-03-29T00:00:00.0Z",
        "source": "Wyman - Roberts",
        "totalPrice": {
          "baseAmount": {
            "amount": "61.05",
            "curCode": "ZMW",
            "taxable": false
          },
          "equivAmount": {
            "amount": "38.42",
            "curCode": "VES",
            "taxable": true
          },
          "taxBreakdown": [
            {
              "amount": {
                "amount": "76.89",
                "curCode": "HNL",
                "taxable": true
              },
              "description": "AIRPORT TAX",
              "nation": "MK",
              "taxCode": "htt",
              "taxCodeText": "TO BE COLLECTED",
              "taxPadisCode": "603"
            },
            {
              "amount": {
                "amount": "98.64",
                "curCode": "GIP",
                "taxable": false
              },
              "description": "AIRPORT TAX",
              "nation": "PA",
              "taxCode": "Igu",
              "taxCodeText": "PAID",
              "taxPadisCode": "702"
            }
          ],
          "totalAmount": {
            "amount": "7.72",
            "curCode": "TMT",
            "taxable": true
          },
          "totalTaxes": {
            "amount": "27.34",
            "curCode": "KMF",
            "taxable": true
          },
          "wasTicketValueUsed": true
        },
        "ttl": 3546,
        "voluntaryChangeInformation": [
          {
            "applicabilityList": [
              "Before Departure"
            ],
            "description": "Fee applies per sector",
            "feeAmount": "186.63",
            "feeCurrencyCode": "IQD",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "Before Departure",
              "No Show",
              "No Show",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "196.48",
            "feeCurrencyCode": "TWD",
            "hasFee": false,
            "isAllowed": false,
            "type": "Cancel"
          },
          {
            "applicabilityList": [
              "After Departure",
              "After Departure"
            ],
            "description": "Non-refundable",
            "feeAmount": "122.92",
            "feeCurrencyCode": "CDF",
            "hasFee": true,
            "isAllowed": false,
            "type": "Cancel"
          }
        ]
      }
    ]
  },
  "version": "v1.1.0"
}
sabretravelndcpricingairline